Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartCustomPaletteColors Class / Add Method / Add(RdlColor) Method
The color to add.

In This Topic
    Add(RdlColor) Method
    In This Topic
    Adds a color to the current collection.
    Syntax
    'Declaration
     
    Public Overloads Function Add( _
       ByVal value As RdlColor _
    ) As Integer
    public int Add( 
       RdlColor value
    )

    Parameters

    value
    The color to add.

    Return Value

    The index of the added color in the current collection.
    See Also