CustomExportCellEventArgsBase Properties
Serves as a base for classes that provide data for the CustomExportCell event.Name | Description |
---|---|
ApplyAppearanceToBrickStyle | Specifies whether to apply the appearance settings to a brick. Inherited from CustomPrintEventArgs. |
Brick | Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported. Inherited from CustomPrintEventArgs. |
ColumnFieldIndex | For internal use. |
ColumnIndex | Gets the visual index of the column that contains the current cell. |
ColumnValue | Gets information about a column field value that corresponds to the current cell. |
FormatType | Gets the type of formatting. |
IsTextFit | Gets whether the processed cell text is entirely displayed. |
Rect | Defines the size and location of the printed or exported cell. Inherited from CustomPrintEventArgs. |
RowFieldIndex | For internal use. |
RowIndex | Gets the visual index of the row that contains the current cell. |
RowValue | Gets information about a row field value that corresponds to the current cell. |
Text | Gets the text displayed within the processed cell. |
Value | Gets the processed cell value. |
See Also