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


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