ExcelGetFontInfo Method (IExcelBiffRead)
In This Topic
Gets the font information for importing from Excel BIFF file. Called to determine if Spread Web or Spread Win build. Spread Web stores the default font name in the resources.
Syntax
'Declaration
Function ExcelGetFontInfo( _
ByRef As Boolean _
) As Boolean
'Usage
Dim instance As IExcelBiffRead
Dim getDefaultFontNameFromResource As Boolean
Dim value As Boolean
value = instance.ExcelGetFontInfo(getDefaultFontNameFromResource)
bool ExcelGetFontInfo(
ref bool
)
Parameters
- getDefaultFontNameFromResource
See Also