Row.Height Property

Row Height.Represents the attribte in schema: ht

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ht")> _
Public Property Height As DoubleValue
    Get
    Set
'Usage
Dim instance As Row
Dim value As DoubleValue

value = instance.Height

instance.Height = value
[SchemaAttrAttribute(, "ht")]
public DoubleValue Height { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

Row Class

Row Members

DocumentFormat.OpenXml.Spreadsheet Namespace