Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / ShowColumnHeader Property
Example


In This Topic
    ShowColumnHeader Property (SheetSkin)
    In This Topic
    Gets whether the sheet displays the column header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowColumnHeader As Boolean
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Boolean
     
    value = instance.ShowColumnHeader
    public bool ShowColumnHeader {get;}

    Property Value

    Boolean: true to display column headers; false otherwise
    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also