FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DColorsCollection Class / Insert Method
The index to insert at.
The Color to insert.

In This Topic
    Insert Method (Chart3DColorsCollection)
    In This Topic
    Inserts the specified Color at the specified index in the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal color As Color _
    ) 
    public void Insert( 
       int index,
       Color color
    )

    Parameters

    index
    The index to insert at.
    color
    The Color to insert.
    See Also