RangeProperties.EndNum 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.
Numeric Grouping End Value
Represents the following attribute in the schema: endNum
[DocumentFormat.OpenXml.SchemaAttr(0, "endNum")]
public DocumentFormat.OpenXml.DoubleValue EndNum { get; set; }
public DocumentFormat.OpenXml.DoubleValue EndNum { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "endNum")]
public DocumentFormat.OpenXml.DoubleValue? EndNum { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("endNum")]
public DocumentFormat.OpenXml.DoubleValue? EndNum { get; set; }
public DocumentFormat.OpenXml.DoubleValue? EndNum { get; set; }
member this.EndNum : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "endNum")>]
member this.EndNum : DocumentFormat.OpenXml.DoubleValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("endNum")>]
member this.EndNum : DocumentFormat.OpenXml.DoubleValue with get, set
Public Property EndNum As DoubleValue
Property Value
Returns DoubleValue.
- Attributes