Spread Windows Forms 17
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()
    ArrayList GetExportFormats()

    Return Value

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