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

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

パラメータ

row
Row index.
colName
Column name.

戻り値の型

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 メンバ
オーバーロード一覧