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

ErrorsPrintMode Enum

Lists the values to specify how cell errors are printed.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ErrorsPrintMode

Members

Name Description
Blank

Cell errors are not printed.

Dash

Cell errors are printed as double dashes.

Displayed

Cell errors are printed as they are displayed on a worksheet.

NA

Cell errors are printed as #N/A.

Remarks

This enumeration’s values are used by the WorksheetPrintOptions.ErrorsPrintMode property.

See Also