SharedItems.MinValue Property

Definition

Minimum Numeric Value

Represents the following attribute in the schema: minValue

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

Property Value

Returns DoubleValue.

Attributes

Applies to