FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ColumnHeaderAutoTextIndex Property


In This Topic
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
See Also