Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelWrite Interface / ExcelHasExternNames Method


In This Topic
    ExcelHasExternNames Method (IExcelWrite)
    In This Topic
    Determine if there are external or custom names for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Sub ExcelHasExternNames() 
    'Usage
     
    
    Dim instance As IExcelWrite
     
    instance.ExcelHasExternNames()
    void ExcelHasExternNames()
    See Also