ActiveReports 18 .NET Edition
MESCIUS.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.

In This Topic
    Remove(Int32) Method
    In This Topic
    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