Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendFontSize Method


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

    Parameters

    fontSize
    See Also