Spread WinForms 15
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()
See Also