ActiveReports 12
Remove Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Remove Method
The object to remove from the List. The value can be null for reference types.
Removes the first occurrence of a specific object from the List.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Style _
) As Boolean
public bool Remove( 
   Style item
)

Parameters

item
The object to remove from the List. The value can be null for reference types.

Return Value

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
See Also

Reference

StyleSheet Class
StyleSheet Members