Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ShowRowSelector Property


In This Topic
    ShowRowSelector Property
    In This Topic
    Gets or sets a value that indicates whether to display a row selector in the row header of the selected row for the sheet.
    Syntax
    'Declaration
     
    
    Public Property ShowRowSelector As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.ShowRowSelector = value
     
    value = instance.ShowRowSelector
    public bool ShowRowSelector {get; set;}
    See Also