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