See Also

WallRangesCollection Class  | WallRangesCollection Members

Language

Visual Basic

C#

Show All

value
The object to locate in the collection.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

IndexOf Method

Returns the index of the first occurrence of a value in the collection.

[Visual Basic]
Public Function IndexOf( _    ByVal value As WallRange _ ) As Integer
[C#]
public int IndexOf(    WallRange value );

Parameters

value
The object to locate in the collection.

Return Type

The index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array - 1.

See Also

WallRangesCollection Class  | WallRangesCollection Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.