AppendFont Method (TextHeaderFooterParser)
Appends the font part.
protected override void AppendFont(
ref Font
)
'Declaration
Protected Overrides Sub AppendFont( _
ByRef As Font _
)
'Usage
Dim instance As TextHeaderFooterParser
Dim font As Font
instance.AppendFont(font)
Parameters
- font
- A GrapeCity.Spreadsheet.Font value indicates the font of characters that follow.