Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IgnoredError.Range Property

Gets the range for which the error is ignored.

Namespace: DevExpress.Spreadsheet

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

Declaration

CellRange Range { get; }

Property Value

Type Description
CellRange

A CellRange object that is a cell or a group of cells for which the specified error is ignored.

See Also