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


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

    Parameters

    workbook
    includeUnsetRuns
    See Also