VolatileValues Enumeration
Volatile Dependency Value Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration VolatileValues
用法
Dim instance As VolatileValues
public enum VolatileValues
Members
Member name | Description | |
---|---|---|
Boolean | Boolean. When the item is serialized out as xml, its value is "b". | |
RealNumber | Real Number. When the item is serialized out as xml, its value is "n". | |
Error | Error. When the item is serialized out as xml, its value is "e". | |
String | String. When the item is serialized out as xml, its value is "s". |