Parameter.Double Property
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.
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