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


In This Topic
    FlatColumnHeader Property
    In This Topic
    Gets whether column headers are displayed in the sheet with a flat appearance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FlatColumnHeader As Boolean
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Boolean
     
    value = instance.FlatColumnHeader
    public bool FlatColumnHeader {get;}

    Property Value

    Boolean: true if column headers appear flat; false if they appear three-dimensional
    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also