RowHeaderSelectorIndex Property
In This Topic
Gets or sets which row header column in the sheet displays the row selector when there are multiple row header columns.
Syntax
'Declaration
Public Property RowHeaderSelectorIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowHeaderSelectorIndex = value
value = instance.RowHeaderSelectorIndex
public int RowHeaderSelectorIndex {get; set;}
See Also