PrintErrorValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Print Errors
public enum PrintErrorValuespublic readonly struct PrintErrorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.PrintErrorValues>type PrintErrorValues = type PrintErrorValues = struct
    interface IEnumValue
    interface IEnumValueFactory<PrintErrorValues>Public Enum PrintErrorValuesPublic Structure PrintErrorValues
Implements IEnumValue, IEnumValueFactory(Of PrintErrorValues), IEquatable(Of PrintErrorValues)- Inheritance
- 
				PrintErrorValues
- Inheritance
- 
				PrintErrorValues
Fields
| Name | Value | Description | 
|---|---|---|
| Displayed | 0 | Display Cell Errors. When the item is serialized out as xml, its value is "displayed". | 
| Blank | 1 | Show Cell Errors As Blank. When the item is serialized out as xml, its value is "blank". | 
| Dash | 2 | Dash Cell Errors. When the item is serialized out as xml, its value is "dash". | 
| NA | 3 | NA. When the item is serialized out as xml, its value is "NA". | 
| 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". | |
| Displayed | Display Cell Errors. When the item is serialized out as xml, its value is "displayed". | |
| Equality(PrintErrorValues, PrintErrorValues) | ||
| Equals(Object) | ||
| Equals(PrintErrorValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<PrintErrorValues>.Create(String) | ||
| Inequality(PrintErrorValues, PrintErrorValues) | ||
| NA | NA. When the item is serialized out as xml, its value is "NA". | |
| PrintErrorValues(String) | Creates a new PrintErrorValues enum instance | |
| ToString() |