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