クリックまたはドラッグしてリサイズ
ExcelCellFactory クラス
Excel 形式の行および列ヘッダーを表示するカスタムセルファクトリ。
継承階層

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexSheet.4 (C1.WPF.FlexSheet.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public class ExcelCellFactory : CellFactory

ExcelCellFactory 型で公開されるメンバーは次の通りです。

コンストラクタ
  名前説明
パブリック メソッドExcelCellFactory
ExcelCellFactory クラスの新しいインスタンスを初期化します。
このページのトップへ
メソッド
  名前説明
パブリック メソッドApplyCellStyles
アウトライン行にカスタムスタイルを適用します。
(CellFactoryApplyCellStyles(C1FlexGrid, CellType, CellRange, Border) をオーバーライドします。)
パブリック メソッドCreateBottomLeftContent
左下のセルの値の表示に使用する Border 要素のコンテンツを設定します。
(CellFactory から継承されます。)
パブリック メソッドCreateCell
指定された座標に指定された種類のグリッドセルを表示するために使用する FrameworkElement を作成します。
(CellFactory から継承されます。)
パブリック メソッドCreateCellBorder
グリッドセルの背景と境界線を表し、セルデータを保持する Border 要素を作成します。
(CellFactory から継承されます。)
パブリック メソッドCreateCellContent
グリッドセルにコンテンツを提供します。
(CellFactoryCreateCellContent(C1FlexGrid, Border, CellRange) をオーバーライドします。)
パブリック メソッドCreateCellContentEditor
データセルの値の表示に使用する Border 要素のコンテンツを設定します。
(CellFactory から継承されます。)
パブリック メソッドCreateCellEditor
グリッドセルに編集可能なコンテンツを提供します。
(CellFactoryCreateCellEditor(C1FlexGrid, CellType, CellRange) をオーバーライドします。)
パブリック メソッドCreateColumnFooterContent
列フッターセルの値の表示に使用する Border 要素のコンテンツを設定します。
(CellFactory から継承されます。)
パブリック メソッドCreateColumnHeaderContent
列ヘッダーセルにコンテンツを提供します。
(CellFactoryCreateColumnHeaderContent(C1FlexGrid, Border, CellRange) をオーバーライドします。)
パブリック メソッドCreateRowHeaderContent
行ヘッダーセルにコンテンツを提供します。
(CellFactoryCreateRowHeaderContent(C1FlexGrid, Border, CellRange) をオーバーライドします。)
パブリック メソッドCreateTopLeftContent
グリッドの左上のパネルのセルにコンテンツを提供します。
(CellFactoryCreateTopLeftContent(C1FlexGrid, Border, CellRange) をオーバーライドします。)
パブリック メソッドDisposeCell
関連付けられたセルが表示範囲外にスクロールされたときに、FrameworkElement を破棄します。
(CellFactory から継承されます。)
パブリック メソッドGetBorderThickness
セルの境界線の幅を表す Thickness 値を取得または設定します。
(CellFactoryGetBorderThickness(C1FlexGrid, CellRange) をオーバーライドします。)
パブリック メソッドGetCellPadding
セルの端とコンテンツ領域の間に適用されるパディングを示す Thickness 値を取得します。
(CellFactory から継承されます。)
パブリック メソッドGetErrorImage
データ項目に1つ以上のエラーがあることを示すために使用される BitmapImage
(CellFactory から継承されます。)
パブリック メソッドIsSortSymbolRow
指定された列ヘッダー行にソート記号を表示するかどうかを判定する値を取得します。
(CellFactory から継承されます。)
このページのトップへ
参照