CustomExportCellEventArgsBase Properties
Serves as a base for classes that provide data for the CustomExportCell event.
Name | Description |
---|---|
Apply |
Specifies whether to apply the appearance settings to a brick.
Inherited from Custom |
Brick |
Provides access to the brick that represents the contents and appearance of a cell, when it is printed or exported.
Inherited from Custom |
Column |
For internal use. |
Column |
Gets the visual index of the column that contains the current cell. |
Column |
Gets information about a column field value that corresponds to the current cell. |
Format |
Gets the type of formatting. |
Is |
Gets whether the processed cell text is entirely displayed. |
Rect |
Defines the size and location of the printed or exported cell.
Inherited from Custom |
Row |
For internal use. |
Row |
Gets the visual index of the row that contains the current cell. |
Row |
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