RatioType.Numerator Property

Definition

Numerator

Represents the following attribute in the schema: n

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

Property Value

Returns Int64Value.

Attributes

Applies to