FlexGrid for UWP/WinRT
IndexOf(String) メソッド

検索する Column.ColumnName
コレクション内の指定された名前を持つ列のインデックスを取得します。
構文
'宣言
 
Public Overloads Function IndexOf( _
   ByVal colName As System.String _
) As System.Integer
public System.int IndexOf( 
   System.string colName
)

パラメータ

colName
検索する Column.ColumnName

戻り値の型

列のインデックス。コレクションに指定された名前の列がない場合は -1。
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

参照

関連項目

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧

Send Feedback