Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetNames Method
Array list of names
Array list of definitions
Array list of sheet indexes
Whether there are external or custom names


In This Topic
ExcelGetNames Method (IExcelBiffWrite)
In This Topic
Gets the names for exporting to Excel BIFF file.
Syntax
'Declaration
 
Function ExcelGetNames( _
   ByVal names As ArrayList, _
   ByVal definitions As ArrayList, _
   ByVal sheets As ArrayList, _
   ByVal haveExternNames As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffWrite
Dim names As ArrayList
Dim definitions As ArrayList
Dim sheets As ArrayList
Dim haveExternNames As Boolean
Dim value As Boolean
 
value = instance.ExcelGetNames(names, definitions, sheets, haveExternNames)

Parameters

names
Array list of names
definitions
Array list of definitions
sheets
Array list of sheet indexes
haveExternNames
Whether there are external or custom names
See Also