ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / Item Property

In This Topic
    Item Property (StyleSheet)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As Integer _
    ) As StyleSheetRule
    public StyleSheetRule this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    See Also