Version

ExportAsync Method

Exports the passed in grid to specified file asynchronously.
Overload List
OverloadDescription
ExportAsync(UltraGrid,String)Exports the passed in grid to specified file asynchronously.  
ExportAsync(UltraGrid,String,WorkbookFormat)Exports the passed in grid to specified file asynchronously.  
ExportAsync(UltraGrid,Workbook)Exports the passed in ultragrid to the specified workbook in the active worksheet asynchronously. If there are no worksheets in workbook, new worksheet is created.  
ExportAsync(UltraGrid,Worksheet)Exports the passed in ultragrid to the specified worksheet asynchronously.  
ExportAsync(UltraGrid,Workbook,Int32,Int32)Exports the passed in ultragrid to the specified workbook in the active worksheet asynchronously starting at the specified row and column. If there are no worksheets in workbook, new worksheet is created. It returns the passed in workbook.  
ExportAsync(UltraGrid,Worksheet,Int32,Int32)Exports the passed in ultragrid to the specified worksheet asynchronously starting at the specified row and column.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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