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