Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / TextFormat Class / GetRenderFontName Method


In This Topic
    GetRenderFontName Method
    In This Topic
    Gets the render font name of this TextFormat object.
    Syntax
    'Declaration
     
    
    Public Function GetRenderFontName( _
       ByVal workbook As Workbook, _
       ByRef themeFont As ThemeFont _
    ) As String
    'Usage
     
    
    Dim instance As TextFormat
    Dim workbook As Workbook
    Dim themeFont As ThemeFont
    Dim value As String
     
    value = instance.GetRenderFontName(workbook, themeFont)
    public string GetRenderFontName( 
       Workbook workbook,
       out ThemeFont themeFont
    )

    Parameters

    workbook
    themeFont

    Return Value

    The actual font name to paint text.
    See Also