OLAP for WPF /Silverlight
CreateCell メソッド (C1OlapGrid.OlapCellFactory)

C1.WPF.Olap.4.5.2 アセンブリ > C1.WPF.Olap 名前空間 > C1OlapGrid.OlapCellFactory クラス : CreateCell メソッド
セルを所有する C1.WPF.FlexGrid.C1FlexGrid
作成するセルの種類を示す C1.WPF.FlexGrid.CellType
セルによって表される行と列を示す C1.WPF.FlexGrid.CellRange
指定された座標に指定されたタイプのグリッドセルを表示する System.Windows.FrameworkElementを作成します。
シンタックス
'宣言
 
Public Overrides Function CreateCell( _
   ByVal grid As C1FlexGrid, _
   ByVal cellType As CellType, _
   ByVal range As CellRange _
) As System.Windows.FrameworkElement
public override System.Windows.FrameworkElement CreateCell( 
   C1FlexGrid grid,
   CellType cellType,
   CellRange range
)

パラメータ

grid
セルを所有する C1.WPF.FlexGrid.C1FlexGrid
cellType
作成するセルの種類を示す C1.WPF.FlexGrid.CellType
range
セルによって表される行と列を示す C1.WPF.FlexGrid.CellRange

戻り値の型

グリッドセルを表すために使用する新しい System.Windows.FrameworkElement
参照

C1OlapGrid.OlapCellFactory クラス
C1OlapGrid.OlapCellFactory メンバ