ExcelGetFontInfo Method (IExcelBiffWrite)
In This Topic
Gets the font information for exporting to Excel BIFF file.
Syntax
'Declaration
Function ExcelGetFontInfo( _
ByRef As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffWrite
Dim getDefaultFontNameFromResource As Boolean
Dim value As Boolean
value = instance.ExcelGetFontInfo(getDefaultFontNameFromResource)
bool ExcelGetFontInfo(
ref bool
)
Parameters
- getDefaultFontNameFromResource
- Whether to get the default font name from resource
See Also