Spread Windows Forms 15.0
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)
    bool ExcelGetFontInfo( 
       ref bool getDefaultFontNameFromResource
    )

    Parameters

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