ActiveReports 13
Remove(Int32) Method

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > StyleSheet Class > Remove Method : Remove(Int32) Method
Specifies the index of the Style object to be removed from the collection.
Removes the Style object at the specified index.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal index As Integer _
) 
public void Remove( 
   int index
)

Parameters

index
Specifies the index of the Style object to be removed from the collection.
See Also

Reference

StyleSheet Class
StyleSheet Members
Overload List