RowHeaderAutoTextIndex Property
In This Topic
Gets or sets which row header column on this sheet 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