Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetFontInfo Method
Whether to get the default font name from resource


In This Topic
ExcelGetFontInfo Method (IExcelBiffWrite)
In This Topic
Gets the font information for exporting to Excel BIFF file.
Syntax
'Declaration
 
Function ExcelGetFontInfo( _
   ByRef getDefaultFontNameFromResource As Boolean _
) As Boolean
 
'Usage
 
Dim instance As IExcelBiffWrite
Dim getDefaultFontNameFromResource As Boolean
Dim value As Boolean
 
value = instance.ExcelGetFontInfo(getDefaultFontNameFromResource)

Parameters

getDefaultFontNameFromResource
Whether to get the default font name from resource
See Also