Row.Height Property

Definition

Row Height

Represents the following attribute in the schema: ht

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

Property Value

Returns DoubleValue.

Attributes

Applies to