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

C1.WPF.Olap.4.5.2 アセンブリ > C1.WPF.Olap 名前空間 > C1OlapGrid.OlapCellFactory クラス : CreateColumnHeaderContent メソッド
セルを所有する C1.WPF.FlexGrid.C1FlexGrid
ヘッダーを保持する System.Windows.Controls.Border要素。
セルによって表される行と列を示す C1.WPF.FlexGrid.CellRange
列ヘッダーセルの値の表示に使用する System.Windows.Controls.Border要素のコンテンツを設定します。
シンタックス
'宣言
 
Public Overrides Sub CreateColumnHeaderContent( _
   ByVal grid As C1FlexGrid, _
   ByVal bdr As System.Windows.Controls.Border, _
   ByVal range As CellRange _
) 
public override void CreateColumnHeaderContent( 
   C1FlexGrid grid,
   System.Windows.Controls.Border bdr,
   CellRange range
)

パラメータ

grid
セルを所有する C1.WPF.FlexGrid.C1FlexGrid
bdr
ヘッダーを保持する System.Windows.Controls.Border要素。
range
セルによって表される行と列を示す C1.WPF.FlexGrid.CellRange
参照

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