Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetFormats Method
Array list of formats


In This Topic
    ExcelGetFormats Method
    In This Topic
    Gets the formats for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetFormats( _
       ByVal formats As ArrayList _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim formats As ArrayList
    Dim value As Boolean
     
    value = instance.ExcelGetFormats(formats)
    bool ExcelGetFormats( 
       ArrayList formats
    )

    Parameters

    formats
    Array list of formats
    See Also