Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnFooter Class / Visible Property


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