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

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

パラメータ

row
Row index.
colName
Column name.
value
Value to assign to the cell.

戻り値の型

True if the value was assigned to the cell, False otherwise.
参照

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