FlexGrid for WinForms
IndexOf(String,Int32) Method



Column name to look for (case-insensitive).
The search starting index.
Gets the index of the Column with the specified name. The search starts at a specified index.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal columnName As String, _
   ByVal startIndex As Integer _
) As Integer
'Usage
 
Dim instance As ColumnCollection
Dim columnName As String
Dim startIndex As Integer
Dim value As Integer
 
value = instance.IndexOf(columnName, startIndex)
public int IndexOf( 
   string columnName,
   int startIndex
)
public:
int IndexOf( 
   String^ columnName,
   int startIndex
) 

Parameters

columnName
Column name to look for (case-insensitive).
startIndex
The search starting index.

Return Value

Index of the column that has the given name in this collection, or -1 if the collection does not contain a column with the given name.
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

ColumnCollection Class
ColumnCollection Members
Overload List

 

 


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

Send Feedback