Slicer.RowHeight Property
rowHeight.Represents the attribte in schema: rowHeight
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "rowHeight")> _
Public Property RowHeight As UInt32Value
Get
Set
'Usage
Dim instance As Slicer
Dim value As UInt32Value
value = instance.RowHeight
instance.RowHeight = value
[SchemaAttrAttribute(, "rowHeight")]
public UInt32Value RowHeight { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value