FlexPivot for WinForms
GetFieldNameByPos メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IFlexDataGrid インターフェース : GetFieldNameByPos メソッド
Cell row.
Cell col.
Gets the data field name of the specified grid cell.
シンタックス
'宣言
 
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
Cell row.
col
Cell col.

戻り値の型

Returns data field name if success or null.
参照

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