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