ComponentOne for WinUI
CreateCell メソッド (GridLinkedCellFactory)

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

パラメータ

cellType
セルの種類。
range
範囲。
cellKind
セルの内容の型。
解説
実際のデータは BindCell メソッドで設定されます。
参照

参照

GridLinkedCellFactory クラス
GridLinkedCellFactory メンバ