Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / GetRenderFont Method / GetRenderFont(IWorkbook,StyleFormat) Method
The current workbook.
The style format which contains the raw font.


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

    Parameters

    workbook
    The current workbook.
    styleFormat
    The style format which contains the raw font.
    See Also