TableRow.Height Property

Definition

Height

Represents the following attribute in the schema: h

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

Property Value

Returns Int64Value.

Attributes

Applies to