Name | Description | |
---|---|---|
ExcelCellFactory Constructor | Initializes a new instance of an ExcelCellFactory. |
The following tables list the members exposed by ExcelCellFactory.
Name | Description | |
---|---|---|
ExcelCellFactory Constructor | Initializes a new instance of an ExcelCellFactory. |
Name | Description | |
---|---|---|
ApplyCellStyles | Overridden. Applies custom styles to the outline row. | |
CreateBottomLeftContent | Sets the content of a System.Windows.Controls.Border element used to display the value of the bottom left cells. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
CreateCell | Creates a System.Windows.FrameworkElement responsible for representing a grid cell of a given type at the given coordinates. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
CreateCellBorder | Overridden. Creates a System.Windows.Controls.Border element that represents the background and border of a grid cell and contains the cell data. | |
CreateCellContent | Overridden. Provides content for the grid cells. | |
CreateCellContentEditor | Sets the content of a System.Windows.Controls.Border element used to display the value of a data cell. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
CreateCellEditor | Overridden. Provides editable content for the grid cells. | |
CreateColumnFooterContent | Sets the content of a System.Windows.Controls.Border element used to display the value of a column footer cell. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
CreateColumnHeaderContent | Overridden. Provides content for the column header cells. | |
CreateRowHeaderContent | Overridden. Provides content for the row header cells. | |
CreateTopLeftContent | Overridden. Provides content for the cells in the top left panel of the grid. | |
DisposeCell | Disposes of a System.Windows.FrameworkElement when its associated cell is scrolled out of view. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
GetBorderThickness | Overridden. Gets a System.Windows.Thickness value that represents the thickness of the cell borders. | |
GetCellPadding | Gets a System.Windows.Thickness value that specifies the padding applied between the edge of the cell and its content area. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
GetErrorImage | Gets a System.Windows.Media.Imaging.BitmapImage used to indicate that a data item has one or more errors. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
IsSortSymbolRow | Gets a value that determines whether to display sort symbols on a given a column header row. (Inherited from C1.WPF.FlexGrid.CellFactory) | |
RequireMeasureByLayout | This method will be used to check the cell content is customized or not. (Inherited from C1.WPF.FlexGrid.CellFactory) |
Name | Description | |
---|---|---|
SetErrorTip | Sets an error tooltip on a cell, honoring the grid's ErrorStyle property. (Inherited from C1.WPF.FlexGrid.CellFactory) |