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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > SetData メソッド : SetData(CellRange,Object,Boolean) メソッド
CellRange that specifies the cells that will be assigned a new value.
Value that will be assigned to all cells in the range.
Whether the value should be converted to the column's data type.
Assigns a value to a range of cells.
シンタックス
'宣言
 
Public Overloads Overridable Function SetData( _
   ByVal rg As CellRange, _
   ByVal value As System.Object, _
   ByVal coerce As System.Boolean _
) As System.Boolean
public virtual System.bool SetData( 
   CellRange rg,
   System.object value,
   System.bool coerce
)

パラメータ

rg
CellRange that specifies the cells that will be assigned a new value.
value
Value that will be assigned to all cells in the range.
coerce
Whether the value should be converted to the column's data type.

戻り値の型

True if the value was assigned to all cells in the destination range.
参照

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