Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendColor Method
A GrapeCity.Spreadsheet.Color value indicates the color of characters that follow.


In This Topic
AppendColor Method (TextHeaderFooterParser)
In This Topic
Appends the color part.
Syntax
'Declaration
 
Protected Overrides Sub AppendColor( _
   ByRef color As Color _
) 
 
'Usage
 
Dim instance As TextHeaderFooterParser
Dim color As Color
 
instance.AppendColor(color)

Parameters

color
A GrapeCity.Spreadsheet.Color value indicates the color of characters that follow.
See Also