Skip to main content
Row

ParametersCollection.Contains(Parameter) Method

Determines whether a Parameter element is in the collection.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool Contains(
    Parameter parameter
)

Parameters

Name Type Description
parameter Parameter

A Parameter to locate in the collection.

Returns

Type Description
Boolean

true if the element is found in the collection; otherwise, false.

See Also