Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelHasExternNames Method


In This Topic
    ExcelHasExternNames Method
    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 IExcelBiffWrite
     
    instance.ExcelHasExternNames()
    void ExcelHasExternNames()
    See Also