SXVCellType 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.
Defines the SXVCellType enumeration.
public enum SXVCellType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)]
public enum SXVCellType
public readonly struct SXVCellType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2013.Excel.SXVCellType>, IEquatable<DocumentFormat.OpenXml.Office2013.Excel.SXVCellType>
type SXVCellType =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2013)>]
type SXVCellType =
type SXVCellType = struct
interface IEnumValue
interface IEnumValueFactory<SXVCellType>
Public Enum SXVCellType
Public Structure SXVCellType
Implements IEnumValue, IEnumValueFactory(Of SXVCellType), IEquatable(Of SXVCellType)
- Inheritance
-
SXVCellType
- Inheritance
-
SXVCellType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Boolean | 0 | b. When the item is serialized out as xml, its value is "b". |
Number | 1 | n. When the item is serialized out as xml, its value is "n". |
Error | 2 | e. When the item is serialized out as xml, its value is "e". |
String | 3 | str. When the item is serialized out as xml, its value is "str". |
Date | 4 | d. When the item is serialized out as xml, its value is "d". |
Blank | 5 | bl. When the item is serialized out as xml, its value is "bl". |
Blank | bl. When the item is serialized out as xml, its value is "bl". |
|
Boolean | b. When the item is serialized out as xml, its value is "b". |
|
Date | d. When the item is serialized out as xml, its value is "d". |
|
Equality(SXVCellType, SXVCellType) | ||
Equals(Object) | ||
Equals(SXVCellType) | ||
Error | e. When the item is serialized out as xml, its value is "e". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<SXVCellType>.Create(String) | ||
Inequality(SXVCellType, SXVCellType) | ||
Number | n. When the item is serialized out as xml, its value is "n". |
|
String | str. When the item is serialized out as xml, its value is "str". |
|
SXVCellType(String) | Creates a new SXVCellType enum instance |
|
ToString() |