ArrayFormulaCollection.Contains(ArrayFormula) Method
In This Article
Determines whether the collection contains the specified formula.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
bool Contains(
ArrayFormula arrayFormula
)
#Parameters
Name | Type | Description |
---|---|---|
array |
Array |
An Array |
#Returns
Type | Description |
---|---|
Boolean | true, if the collection contains the specified item; otherwise, false. |
See Also