SkipFooterRowEventArgs Properties
Provides data for the XlsExportOptionsEx.SkipFooterRow and XlsxExportOptionsEx.SkipFooterRow events.
Name | Description |
---|---|
Area |
Gets the type of the currently processed summary footer. |
Group |
Gets the field name of the grouping column to which the currently processed group summary footer corresponds. |
Group |
Gets the hierarchy level of the currently processed group summary footer. |
Multi |
Gets the index of the currently processed line in a multi-line summary footer. |
Skip |
Gets or sets whether to hide the currently processed summary footer (or multi-line summary footer’s line). |
Summary |
Gets the handle of the currently processed group footer. These handles match group row handles in the Grid |
See Also