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


In This Topic
    ColumnFooterVisible Property
    In This Topic
    Gets or sets whether the column footers are visible.
    Syntax
    'Declaration
     
    
    Public Property ColumnFooterVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ColumnFooterVisible = value
     
    value = instance.ColumnFooterVisible
    public bool ColumnFooterVisible {get; set;}
    Example
    This example sets the models for a column footer.
    See Also