ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / StyleSheet Class / RemoveAt Method
The index of the StyleSheet to remove.

In This Topic
    RemoveAt Method (StyleSheet)
    In This Topic
    Removes the StyleSheet object at the specified location from the collection.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the StyleSheet to remove.
    See Also