NumberItem.Val Property

Definition

Value

Represents the following attribute in the schema: v

[DocumentFormat.OpenXml.SchemaAttr(0, "v")]
public DocumentFormat.OpenXml.DoubleValue Val { get; set; }
public DocumentFormat.OpenXml.DoubleValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "v")]
public DocumentFormat.OpenXml.DoubleValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("v")]
public DocumentFormat.OpenXml.DoubleValue? Val { get; set; }
public DocumentFormat.OpenXml.DoubleValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "v")>]
member this.Val : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("v")>]
member this.Val : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property Val As DoubleValue

Property Value

Returns DoubleValue.

Attributes

Applies to