ActiveReports3 Request technical support
Remove(Int32) Method
See Also 


index
Specifies the index of the Style object to be removed from the collection.
Removes the Style object at the specified index.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Remove( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As StyleSheet
Dim index As Integer
 
instance.Remove(index)
C# 
public void Remove( 
   int index
)

Parameters

index
Specifies the index of the Style object to be removed from the collection.

See Also