FlexGrid for WinForms
GetFieldNameByPos メソッド (IFlexDataGrid)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IFlexDataGrid インターフェース : GetFieldNameByPos メソッド
セルの行。
セルの列。
指定されたグリッドセルのデータフィールド名を取得します。
シンタックス
'宣言
 
Function GetFieldNameByPos( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.String
System.string GetFieldNameByPos( 
   System.int row,
   System.int col
)

パラメータ

row
セルの行。
col
セルの列。

戻り値の型

成功した場合はデータフィールド名、そうでない場合は null を返します。
参照

IFlexDataGrid インターフェース
IFlexDataGrid メンバ