Share via


SheetFormatProperties.DefaultRowHeight Property

Default Row Height.Represents the attribte in schema: defaultRowHeight

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

Syntax

'Declaration
<SchemaAttrAttribute(, "defaultRowHeight")> _
Public Property DefaultRowHeight As DoubleValue
    Get
    Set
'Usage
Dim instance As SheetFormatProperties
Dim value As DoubleValue

value = instance.DefaultRowHeight

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

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace