FlexGrid for WinForms
IndexOf(CellRange) Method



Object to locate in the collection.
Gets the index of a CellRange object in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal item As CellRange _
) As Integer
'Usage
 
Dim instance As CellRangeCollection
Dim item As CellRange
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   CellRange item
)
public:
int IndexOf( 
   CellRange item
) 

Parameters

item
Object to locate in the collection.

Return Value

The index of the object in the collection, or -1 if the object is not a member of the collection.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellRangeCollection Class
CellRangeCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback