ActiveReports 9
Contains Method (LayerCollection)

The Layer to locate in the LayerCollection.
Determines whether the LayerCollection contains a specific value.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal item As Layer _
) As System.Boolean
public System.bool Contains( 
   Layer item
)

Parameters

item
The Layer to locate in the LayerCollection.

Return Value

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

Reference

LayerCollection Class
LayerCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum