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