Back to Devexpress

ErrorsPrintMode Enum

officefileapi-devexpress-dot-spreadsheet-b6a59183.md

latest1.5 KB
Original Source

ErrorsPrintMode Enum

Lists the values to specify how cell errors are printed.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ErrorsPrintMode
vb
Public Enum ErrorsPrintMode

Members

NameDescription
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.

|

The following properties accept/return ErrorsPrintMode values:

Remarks

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

See Also

How to: Specify Print Settings

DevExpress.Spreadsheet Namespace