ActiveReports Developer 7
RemoveAt Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > StyleSheet Class : RemoveAt Method

index
The index of the StyleSheet to remove.

Glossary Item Box

Removes the StyleSheet object at the specified location from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
C# 
public void RemoveAt( 
   System.int index
)

Parameters

index
The index of the StyleSheet to remove.

See Also