ActiveReports 12
Contains Method (StyleSheet)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class : Contains Method
The object to locate in the List. The value can be null for reference types.
Determines whether an element is in the List.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Style _
) As Boolean
public bool Contains( 
   Style item
)

Parameters

item
The object to locate in the List. The value can be null for reference types.

Return Value

true if item is found in the List; otherwise, false.
See Also

Reference

StyleSheet Class
StyleSheet Members