FlexGrid for WPF
SetCellValue(GridCellType,GridCellRange,Object) メソッド

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridCellFactory クラス > SetCellValue メソッド : SetCellValue(GridCellType,GridCellRange,Object) メソッド
セルのタイプ
範囲
セルに設定する値
指定されたセルの値を設定します。
シンタックス
'宣言
 
Public Overloads Overridable Sub SetCellValue( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal value As System.Object _
) 
public virtual void SetCellValue( 
   GridCellType cellType,
   GridCellRange range,
   System.object value
)

パラメータ

cellType
セルのタイプ
range
範囲
value
セルに設定する値
参照

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