Skip to main content
Row

ErrorsPrintMode Enum

Lists the values to specify how cell errors are printed.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

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.

Related API Members

The following properties accept/return ErrorsPrintMode values:

Remarks

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

See Also