Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ColumnHeader Class / Visible Property
Example


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

    Property Value

    Boolean: true if column header is displayed; false otherwise
    Example
    This example hides the column headers.
    See Also