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


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

    Property Value

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