Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetCustomNames Method
Hash table of custom names


In This Topic
    ExcelGetCustomNames Method
    In This Topic
    Gets the Excel XML custom names.
    Syntax
    'Declaration
     
    
    Function ExcelGetCustomNames( _
       ByVal customNames As Hashtable _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim customNames As Hashtable
    Dim value As Boolean
     
    value = instance.ExcelGetCustomNames(customNames)
    bool ExcelGetCustomNames( 
       Hashtable customNames
    )

    Parameters

    customNames
    Hash table of custom names
    See Also