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
public int GroupBarHeight {get; set;}
See Also