Row.CustomHeight Property

Definition

Custom Height

Represents the following attribute in the schema: customHeight

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

Property Value

Returns BooleanValue.

Attributes

Applies to