BeforeExportTableEventArgs Properties
Provides data for the XlsExportOptionsEx.BeforeExportTable and XlsxExportOptionsEx.BeforeExportTable events.
Name | Description |
---|---|
Table | Gets the object that encapsulates a native Excel table to which data is exported. |
Use |
Gets or sets whether to use the native Excel table footer (supports only a single line of summaries) or emulate this footer using formulas (multi-line summaries are supported in this mode). |
See Also