Skip to main content
Row

FilterValue.Implicit(CellValue[] to FilterValue) Operator

Implicitly converts an array of cell values to a FilterValue.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator FilterValue(CellValue[] values)

Parameters

Name Type Description
values CellValue[]

An array of CellValue objects to be converted to a FilterValue.

Returns

Type Description
FilterValue

A FilterValue object that is the result of conversion.

See Also