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

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 > GridCellFactory クラス > CreateCell メソッド : CreateCell(GridCellType,GridCellRange,Object) メソッド
セルの種類。
範囲。
セルの内容の型。
セルを作成します。
シンタックス
'宣言
 
Public Overloads Overridable Function CreateCell( _
   ByVal cellType As GridCellType, _
   ByVal range As GridCellRange, _
   ByVal cellKind As System.Object _
) As GridCellView
public virtual GridCellView CreateCell( 
   GridCellType cellType,
   GridCellRange range,
   System.object cellKind
)

パラメータ

cellType
セルの種類。
range
範囲。
cellKind
セルの内容の型。
解説
The actual data is set in the BindCell method.
参照

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