Spread WPF 17
GrapeCity.Excel Namespace / GcSystemColors Class / UpdateColor Method
The index used to refer the GcSystemColor
The new system color


In This Topic
    UpdateColor Method
    In This Topic
    update the built-in system color specified by the index.
    Syntax
    'Declaration
     
    Public Shared Sub UpdateColor( _
       ByVal index As GcSystemColorIndex, _
       ByVal color As GcColor _
    ) 
    'Usage
     
    Dim index As GcSystemColorIndex
    Dim color As GcColor
     
    GcSystemColors.UpdateColor(index, color)
    public static void UpdateColor( 
       GcSystemColorIndex index,
       GcColor color
    )

    Parameters

    index
    The index used to refer the GcSystemColor
    color
    The new system color
    See Also