FlexPivot for WinForms
SetUserData(Int32,Int32,Object) メソッド

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

パラメータ

row
Row index.
col
Column index.
data
User data to assign to 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 メンバ
オーバーロード一覧