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