FlexGrid for WinRT
IndexOf(String) Method

Column.ColumnName to look for.
Gets the index of the column with a given name in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal colName As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string colName
)

Parameters

colName
Column.ColumnName to look for.

Return Value

The index of the column, or -1 if the collection does not contain any columns 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 © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback