クリックまたはドラッグしてリサイズ
CellFactoryCreateCell メソッド
指定された座標に指定された種類のグリッドセルを表示するために使用する FrameworkElement を作成します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public virtual FrameworkElement CreateCell(
	C1FlexGrid grid,
	CellType cellType,
	CellRange rng
)

パラメータ

grid
型: C1.WPF.FlexGridC1FlexGrid
セルを所有する C1FlexGrid
cellType
型: C1.WPF.FlexGridCellType
作成するセルの種類を示す CellType
rng
型: C1.WPF.FlexGridCellRange
セルによって表される行と列を示す CellRange

戻り値

型: FrameworkElement
グリッドセルを表すために使用する新しい FrameworkElement

実装

ICellFactoryCreateCell(C1FlexGrid, CellType, CellRange)
参照