Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GroupFooterVisible Property
Example


In This Topic
    GroupFooterVisible Property
    In This Topic
    Gets or sets whether the footer of the grouping bar is visible.
    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;}
    Example
    This example sets the GroupFooterVisible property.
    See Also