FilterValue.Implicit(CellValue to FilterValue) Operator
Implicitly converts a cell value to a filter value.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | CellValue | A CellValue to be converted to a FilterValue. |
Returns
Type | Description |
---|---|
FilterValue | A FilterValue object that is the result of conversion. |
See Also