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

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

パラメータ

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.

戻り値の型

True if the value was assigned to all cells in the destination range, false if the value could not be assigned to all cells in the range (usually because it could not be converted to the appropriate type).
参照

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