Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedMemoryExcelExport Interface / GetExportFormats Method


In This Topic
GetExportFormats Method
In This Topic
Gets the formats for exporting to Excel file.
Syntax
'Declaration
 
Function GetExportFormats() As ArrayList
 
'Usage
 
Dim instance As IOptimizedMemoryExcelExport
Dim value As ArrayList
 
value = instance.GetExportFormats()

Return Value

ArrayList of all the formats for exporting to Excel file
See Also