ActiveReports 13
Contains Method (StyleSheet)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > StyleSheet Class : Contains Method
The value to check.
Determines whether the StyleSheet object contains the specified object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As Object _
) As Boolean
public bool Contains( 
   object value
)

Parameters

value
The value to check.

Return Value

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

Reference

StyleSheet Class
StyleSheet Members