Skip to main content
A newer version of this page is available. .
Row

DataValidationCollection.GetInvalidCells() Method

Returns cells that do not meet the data validation criteria.

Namespace: DevExpress.Spreadsheet

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

Declaration

IEnumerable<Cell> GetInvalidCells()

Returns

Type Description
IEnumerable<Cell>

A IEnumerable<T><Cell,> collection of cells containing invalid data.

Remarks

Note that the GetInvalidCells property returns only first 255 invalid cells, other invalid entries are ignored. If there are no data validation errors in a worksheet, the GetInvalidCells property returns an empty collection.

See Also