TOnSheetNameEventArgs Class
Arguments passed on a OnSheetName event.
Syntax
Unit: FlexCel.Core
TOnSheetNameEventArgs = class(EventArgs);
Constructors
| Name |
Description |
| Create |
Creates a new Argument.
|
Properties
| Name |
Description |
| Workbook |
ExcelFile we are exporting.
|
| ActiveSheet |
Sheet we are exporting.
|
| SheetName |
Use this property to return the new name that you want to use when creating a filename instead of the real sheet name.
|