ActiveReports3 Request technical support
Contains Method
See Also 


value
The value to check.
Determines whether the StyleSheet object contains the specified object.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal value As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As StyleSheet
Dim value As Object
Dim value As Boolean
 
value = instance.Contains(value)
C# 
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