 | ExcelCellFactory メソッド |
ExcelCellFactory 型で公開されるメンバーは次の通りです。
メソッド
| 名前 | 説明 |
---|
 | ApplyCellStyles |
アウトライン行にカスタムスタイルを適用します。
(CellFactoryApplyCellStyles(C1FlexGrid, CellType, CellRange, Border) をオーバーライドします。) |
 | CreateBottomLeftContent |
左下のセルの値の表示に使用する Border 要素のコンテンツを設定します。
(CellFactory から継承されます。) |
 | CreateCell | (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 | (CellFactory から継承されます。) |
 | GetBorderThickness | (CellFactoryGetBorderThickness(C1FlexGrid, CellRange) をオーバーライドします。) |
 | GetCellPadding |
セルの端とコンテンツ領域の間に適用されるパディングを示す Thickness 値を取得します。
(CellFactory から継承されます。) |
 | GetErrorImage | (CellFactory から継承されます。) |
 | IsSortSymbolRow | 指定された列ヘッダー行にソート記号を表示するかどうかを判定する値を取得します。 (CellFactory から継承されます。) |
このページのトップへ
参照