Parameter.Double Property

Definition

Double

Represents the following attribute in the schema: double

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

Property Value

Returns DoubleValue.

Attributes

Applies to