ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / StyleSheet Class / Item Property / Item(Int32) Property
Specifies the index of the Style to be returned.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the StyleSheet object at the specified indexed location in the StyleSheetCollection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Style
    public Style Item( 
       int index
    ) {get;}

    Parameters

    index
    Specifies the index of the Style to be returned.
    See Also