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

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

パラメータ

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

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