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


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

    Property Value

    Boolean: true if row 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