Skip to main content
Row

ParametersCollection.IndexOf(Parameter) Method

Returns the index of the specified Parameter in the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int IndexOf(
    Parameter parameter
)

Parameters

Name Type Description
parameter Parameter

A Parameter object to locate in the collection.

Returns

Type Description
Int32

A zero-based integer which specifies the parameter’s position within the collection. -1 if the parameter doesn’t belong to the collection.

See Also