Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ShapeProperties Class / GetDefaultFont Method


In This Topic
    GetDefaultFont Method
    In This Topic
    Gest default font to paint text.
    Syntax
    'Declaration
     
    Public Shared Function GetDefaultFont( _
       ByVal workbook As IWorkbook, _
       ByVal spPr As ShapeProperties _
    ) As TextFormat
    'Usage
     
    Dim workbook As IWorkbook
    Dim spPr As ShapeProperties
    Dim value As TextFormat
     
    value = ShapeProperties.GetDefaultFont(workbook, spPr)
    public static TextFormat GetDefaultFont( 
       IWorkbook workbook,
       ShapeProperties spPr
    )

    Parameters

    workbook
    spPr
    See Also