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

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

パラメータ

row
Row index.
colName
Column name.
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 メンバ
オーバーロード一覧