[]
        
(Showing Draft Content)

FarPoint.Web.Chart.FillCollection.IndexOf

IndexOf Method

IndexOf(Fill)

Determines the index of the fill in the collection.

Declaration
public int IndexOf(Fill item)
Public Function IndexOf(item As Fill) As Integer
Parameters
Type Name Description
Fill item

Fill to locate in collection.

Returns
Type Description
int

Index of the fill if fill is found in the collection; otherwise, -1.

Implements