Spread WPF 18
GrapeCity.Spreadsheet Namespace / IColumnFooter Interface / Visible Property


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