TableRowHeight.HeightType Property

Table Row Height Type.Represents the attribte in schema: w:hRule

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hRule")> _
Public Property HeightType As EnumValue(Of HeightRuleValues)
    Get
    Set
'Usage
Dim instance As TableRowHeight
Dim value As EnumValue(Of HeightRuleValues)

value = instance.HeightType

instance.HeightType = value
[SchemaAttrAttribute(, "hRule")]
public EnumValue<HeightRuleValues> HeightType { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<HeightRuleValues>
Returns EnumValue<T>.

See Also

Reference

TableRowHeight Class

TableRowHeight Members

DocumentFormat.OpenXml.Wordprocessing Namespace