FlexPivot for WinForms
GetUserData(Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetUserData メソッド : GetUserData(Int32,Int32) メソッド
Row index.
Column index.
Gets user data associated with a cell.
シンタックス
'宣言
 
Public Overloads Overridable Function GetUserData( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As System.Object
public virtual System.object GetUserData( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.

戻り値の型

Object associated with the cell.
解説
The user data is not used internally by the grid. It is reserved for additional data that you may want to associate with a cell.
参照

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