FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / AutoText Property


In This Topic
AutoText Property (RowHeader)
In This Topic
Gets or sets whether the row header displays letters or numbers or is blank.
Syntax
'Declaration
 
Public Property AutoText As HeaderAutoText
 
'Usage
 
Dim instance As RowHeader
Dim value As HeaderAutoText
 
instance.AutoText = value
 
value = instance.AutoText
See Also