FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DColorsCollection Class / IndexOf Method
The Color to locate.

In This Topic
    IndexOf Method (Chart3DColorsCollection)
    In This Topic
    Gets the index of the specified Color in the collection.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal color As Color _
    ) As Integer
    public int IndexOf( 
       Color color
    )

    Parameters

    color
    The Color to locate.

    Return Value

    The index of the specified color in the collection.
    See Also