PrintErrorValues Enumeration
Print Errors
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration PrintErrorValues
'Usage
Dim instance As PrintErrorValues
public enum PrintErrorValues
Members
Member name | Description | |
---|---|---|
Displayed | Display Cell Errors. When the item is serialized out as xml, its value is "displayed". | |
Blank | Show Cell Errors As Blank. When the item is serialized out as xml, its value is "blank". | |
Dash | Dash Cell Errors. When the item is serialized out as xml, its value is "dash". | |
NA | NA. When the item is serialized out as xml, its value is "NA". |