.NET MAUI コントロール
CreateCell(GridCellType,GridCellRange,Object) メソッド

C1.Maui.Grid アセンブリ > C1.Maui.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
セルの種類。
解説
実際のデータは BindCell メソッドで設定します。
参照

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