Version

Export Method (WebExcelExporter)

Exports a single flat grid.
Overload List
OverloadDescription
Export(WebDataGrid)Exports a single flat grid.  
Export(WebHierarchicalDataGrid)Exports a single hierarchical grid.  
Export(WebHierarchicalDataGrid,Workbook)Exports a single hierarchical grid to the specified workbook.  
Export(WebHierarchicalDataGrid,Worksheet)Exports a single hierarchical grid to the specified worksheet.  
Export(WebHierarchicalDataGrid,Worksheet,Int32,Int32)Exports a single hierarchical grid to the specified worksheet. Exporting starts from the defined row and column offsets.  
Export(WebControl[])Exports multiple grids to a single worksheet.  
Export(Boolean,WebControl[])Exports multiple grids. Depending on the exportSingleGridPerSheet parameter the grids are exported to a single worksheet or each grid on a separate sheet.  
Export(Workbook,Int32,Int32,WebControl[])Exports multiple grids on a separate worksheets in the specified workbook.  
Export(Worksheet,Int32,Int32,WebControl[])Exports multiple grids on a single worksheet.  
Export(WebDataGrid,Workbook)Exports a single flat grid to the specified workbook.  
Export(WebDataGrid,Worksheet)Exports a single flat grid to the specified worksheet.  
Export(WebDataGrid,Worksheet,Int32,Int32)Exports a single flat grid to the specified worksheet. Exporting starts from the defined row and column offsets.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also