ActiveReports3 Request technical support
Remove(String) Method
See Also 


name
Specified the name of the Style to be removed from the collection.
Removes the Style object with the specified name.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Remove( _
   ByVal name As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As StyleSheet
Dim name As String
 
instance.Remove(name)
C# 
public void Remove( 
   string name
)

Parameters

name
Specified the name of the Style to be removed from the collection.

See Also