Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / TextHeaderFooterParser Class / AppendColorFormatCode Method


In This Topic
    AppendColorFormatCode Method
    In This Topic
    Append the color format code from color.
    Syntax
    'Declaration
     
    
    Public Shared Sub AppendColorFormatCode( _
       ByRef color As Color, _
       ByRef sb As StringBuilder _
    ) 
    'Usage
     
    
    Dim color As Color
    Dim sb As StringBuilder
     
    TextHeaderFooterParser.AppendColorFormatCode(color, sb)
    public static void AppendColorFormatCode( 
       ref Color color,
       ref StringBuilder sb
    )

    Parameters

    color
    sb
    See Also