Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / GetCommonFont Method


In This Topic
    GetCommonFont Method (RichText)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetCommonFont( _
       ByVal workbook As IWorkbook _
    ) As Font
    'Usage
     
    
    Dim instance As RichText
    Dim workbook As IWorkbook
    Dim value As Font
     
    value = instance.GetCommonFont(workbook)
    public Font GetCommonFont( 
       IWorkbook workbook
    )

    Parameters

    workbook
    See Also