Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GroupFooterVisible Property


In This Topic
    GroupFooterVisible Property (SheetView)
    In This Topic
    Gets or sets whether the group footer is displayed.
    Syntax
    'Declaration
     
    
    Public Property GroupFooterVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.GroupFooterVisible = value
     
    value = instance.GroupFooterVisible
    public bool GroupFooterVisible {get; set;}
    See Also