Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FlatRowHeader Property


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;}
    See Also