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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > SetData メソッド : SetData(Int32,Int32,Object) メソッド
Row index.
Column index.
Value to assign to the cell.
Assigns a value to a grid cell, coercing the value into the cell's specified DataType.
シンタックス
'宣言
 
Public Overloads Overridable Function SetData( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal value As System.Object _
) As System.Boolean
public virtual System.bool SetData( 
   System.int row,
   System.int col,
   System.object value
)

パラメータ

row
Row index.
col
Column index.
value
Value to assign to the cell.

戻り値の型

True if the value was assigned to the cell, false if the value could not be assigned (usually because it could not be converted to the appropriate type).
参照

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