MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / StyleSheet Class / Contains Method
The value to check.

In This Topic
Contains Method (StyleSheet)
In This Topic
Determines whether the StyleSheet object contains the specified object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Object _
) As Boolean
 

Parameters

value
The value to check.

Return Value

Boolean. Returns True if the collection contains the value; otherwise False
See Also