Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnHeader Class / AutoTextIndex Property


In This Topic
AutoTextIndex Property (ColumnHeader)
In This Topic
Gets or sets which column header row displays the automatic text when there are multiple column header rows.
Syntax
'Declaration
 
Public Property AutoTextIndex As Integer
 
'Usage
 
Dim instance As ColumnHeader
Dim value As Integer
 
instance.AutoTextIndex = value
 
value = instance.AutoTextIndex
See Also