Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class / AppendFontSize Method


In This Topic
    AppendFontSize Method (HeaderFooterParser)
    In This Topic
    Appends the font size part.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AppendFontSize( _
       ByVal fontSize As Integer _
    ) 
    'Usage
     
    
    Dim instance As HeaderFooterParser
    Dim fontSize As Integer
     
    instance.AppendFontSize(fontSize)
    protected virtual void AppendFontSize( 
       int fontSize
    )

    Parameters

    fontSize
    See Also