Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / RowHeight Property


In This Topic
RowHeight Property (Slicer)
In This Topic
Gets or sets the height of each row in the specified slicer.
Syntax
'Declaration
 
Public Property RowHeight As Double
 
'Usage
 
Dim instance As Slicer
Dim value As Double
 
instance.RowHeight = value
 
value = instance.RowHeight

Property Value

The height of each row in the specified slicer.
Remarks
This property does not affect the height of the slicer.
See Also