Share via


Topic.ValueType Property

Definition

Type

Represents the following attribute in the schema: t

[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues> ValueType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues> ValueType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues>? ValueType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("t")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues>? ValueType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues>? ValueType { get; set; }
member this.ValueType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "t")>]
member this.ValueType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("t")>]
member this.ValueType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.VolatileValues> with get, set
Public Property ValueType As EnumValue(Of VolatileValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to