Spread WinForms 15
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)

Parameters

formats
Array list of formats
See Also