Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite2 Interface / ExcelGetNames Method


In This Topic
    ExcelGetNames Method (IExcelBiffWrite2)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetNames( _
       ByVal names As ArrayList, _
       ByVal definitions As ArrayList, _
       ByVal sheets As ArrayList, _
       ByVal haveExternNames As Boolean, _
       ByVal itabs As List(Of Short) _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite2
    Dim names As ArrayList
    Dim definitions As ArrayList
    Dim sheets As ArrayList
    Dim haveExternNames As Boolean
    Dim itabs As List(Of Short)
    Dim value As Boolean
     
    value = instance.ExcelGetNames(names, definitions, sheets, haveExternNames, itabs)

    Parameters

    names
    definitions
    sheets
    haveExternNames
    itabs
    See Also