Skip to main content
A newer version of this page is available. .
Row

ArrayFormulaCollection.IndexOf(ArrayFormula) Method

Returns the zero-based index of the specified element in the collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

int IndexOf(
    ArrayFormula arrayFormula
)

Parameters

Name Type Description
arrayFormula ArrayFormula

An ArrayFormula to locate in the collection.

Returns

Type Description
Int32

An integer value that is the position of the specified element in the collection.

Remarks

If the specified element is not found in the collection, this method returns -1.

See Also