Namespace Syncfusion.GroupingGridExcelConverter
Classes
ExcelExportingOptions
Provides excel exporting options such as CaptionSummary, Excluding the columns while exporting the grid and nested table. |
ExportNestedTableEventArgs
Provides data for the QueryExportNestedTable event. |
GridExportElementEventArgs
Provides data about the ExportElement event. |
GridGroupingExcelConverterControl
Implements the exporting functionalities of GridGroupingControl to Excel. |
GridQueryCaptionTextEventArgs
Provides data about the QueryCaptionText event. |
GroupingGridExcelConverterControl
GroupingGridExcelConverterControl class provides support for Exporting data from a GroupingGridControl into an Excel spreadsheet for verification and/or computation. This Control automatically Copies the Grid's Styles, Formats to Excel. The GroupingGridExcelConverter Control is derived from GridExcelConverterBase. |
GroupingGridExcelConverterControl.GridTableDictionary
Maintain all GridTables in a hash table with hierarchy level. |
GroupingGridExportPreviewRowQueryInfoEventArgs
Provides data about the QueryExportPreviewRowInfo event. |
QueryExportCellRangeEventArgs
Provides data for the QueryExportCellRange event. |
QueryExportRowRangeEventArgs
Provides data for the QueryExportRowRange event. |
Delegates
GridGroupingExcelConverterControl.ExportNestedTableEventHandler
Represents the method that will handle the QueryExportNestedTable event. |
GridGroupingExcelConverterControl.QueryExportCellRangeEventHandler
Represents the method that will handle the QueryExportCellRange event. |
GridGroupingExcelConverterControl.QueryExportRowRangeEventHandler
Represents the method that will handle the QueryExportRowRange event. |
GroupingGridExcelConverterControl.GridExportElementEventHandler
Represents a method that handles an event with GridExportElementEventArgs. |
GroupingGridExcelConverterControl.GridQueryCaptionTextEventHandler
Represents a method that handles an event with GridQueryCaptionTextEventArgs. |
GroupingGridExcelConverterControl.GroupingGridExportPreviewRowQueryInfoEventHandler
Represents a method that handles an event with |