Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupBarHeight Property


In This Topic
GroupBarHeight Property
In This Topic
Obsolete. Use GroupBarInfo.Height instead. Gets or sets the height of the grouping bar for the sheet.
Syntax
'Declaration
 
Public Property GroupBarHeight As Integer
 
'Usage
 
Dim instance As SheetView
Dim value As Integer
 
instance.GroupBarHeight = value
 
value = instance.GroupBarHeight
See Also