Skip to main content
All docs
V24.2
Row

DynamicArrayFormulaCollection.IndexOf(DynamicArrayFormula) Method

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int IndexOf(
    DynamicArrayFormula dynamicArrayFormula
)

Parameters

Name Type Description
dynamicArrayFormula DynamicArrayFormula

The formula 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