Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupFooterSupport Interface / GroupFooterVisible Property


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