Gets or sets which row header column displays the automatic text when there are multiple row header columns.
Syntax
'Declaration
Public Property RowHeaderAutoTextIndex As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.RowHeaderAutoTextIndex = value
value = instance.RowHeaderAutoTextIndex
public int RowHeaderAutoTextIndex {get; set;}
See Also