Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / GetRenderFont Method
The raw font.


In This Topic
    GetRenderFont Method (ThemeFontScheme)
    In This Topic
    Gets the display font from the special font.
    Syntax
    'Declaration
     
    
    Public Sub GetRenderFont( _
       ByVal workbook As IWorkbook, _
       ByRef font As Font _
    ) 
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim workbook As IWorkbook
    Dim font As Font
     
    instance.GetRenderFont(workbook, font)
    public void GetRenderFont( 
       IWorkbook workbook,
       ref Font font
    )

    Parameters

    workbook
    font
    The raw font.
    See Also