Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / RowHeaderVisible Property


In This Topic
    RowHeaderVisible Property
    In This Topic
    Gets or sets whether the row headers for this sheet are visible.
    Syntax
    'Declaration
     
    
    Public Property RowHeaderVisible As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.RowHeaderVisible = value
     
    value = instance.RowHeaderVisible
    public bool RowHeaderVisible {get; set;}
    See Also