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 PrintErrorValues
public 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 PrintErrorValues
Public Structure PrintErrorValues
Implements IEnumValue, IEnumValueFactory(Of PrintErrorValues), IEquatable(Of PrintErrorValues)
- Inheritance
-
PrintErrorValues
- Inheritance
-
PrintErrorValues
Fields
PrintErrorValues(String) | Creates a new PrintErrorValues enum instance |
|
Blank | 1 | Show Cell Errors As Blank. When the item is serialized out as xml, its value is "blank". |
Blank | 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". |
Dash | Dash Cell Errors. When the item is serialized out as xml, its value is "dash". |
|
Displayed | 0 | Display Cell Errors. When the item is serialized out as xml, its value is "displayed". |
Displayed | Display Cell Errors. When the item is serialized out as xml, its value is "displayed". |
|
Equals(PrintErrorValues) | ||
Equals(Object) | ||
GetHashCode() | ||
NA | NA. When the item is serialized out as xml, its value is "NA". |
|
NA | 3 | NA. When the item is serialized out as xml, its value is "NA". |
Equality(PrintErrorValues, PrintErrorValues) | ||
Inequality(PrintErrorValues, PrintErrorValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PrintErrorValues>.Create(String) |