Parameter.Double Property

Double.Represents the attribte in schema: double

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "double")> _
Public Property Double As DoubleValue
    Get
    Set
'Usage
Dim instance As Parameter
Dim value As DoubleValue

value = instance.Double

instance.Double = value
[SchemaAttrAttribute(, "double")]
public DoubleValue Double { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Parameter Class

Parameter Members

DocumentFormat.OpenXml.Spreadsheet Namespace