SharedItems.MaxValue Property

Definition

Maximum Numeric Value

Represents the following attribute in the schema: maxValue

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

Property Value

Returns DoubleValue.

Attributes

Applies to