ActiveReports 9
IndexOf Method (LayerCollection)

The Layer to locate in the LayerCollection.
Determines the index of a specific layer in the LayerCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As Layer _
) As System.Integer
public System.int IndexOf( 
   Layer item
)

Parameters

item
The Layer to locate in the LayerCollection.

Return Value

The index of item if found in the list; otherwise, -1.
See Also

Reference

LayerCollection Class
LayerCollection Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum