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

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

    Parameters

    value
    The value to add.

    Return Value

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