ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / RemoveAt Method
The zero-based index of the item to remove.

In This Topic
    RemoveAt Method (StyleSheet)
    In This Topic
    Removes the System.Collections.IList item at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also