GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Height Property


In This Topic
Height Property (ISlicer)
In This Topic
Gets or sets the height of the specified slicer, in pixels.
Syntax
'Declaration
 
Property Height As Double
 
'Usage
 
Dim instance As ISlicer
Dim value As Double
 
instance.Height = value
 
value = instance.Height

Property Value

The height of the specified slicer.
See Also