| Visual Basic (Declaration) | |
|---|---|
Public Property AutoText As HeaderAutoText | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public HeaderAutoText AutoText {get; set;} | |
Return Value
HeaderAutoText setting that specifies what appears for text in the headerThis example specifies that letters be displayed in the third row header.
| Visual Basic | Copy Code |
|---|---|
Dim r As FarPoint.Win.Spread.RowHeader | |
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.RowHeader r; | |
The automatic text is the text automatically assigned to header cells by Spread. Use this property to change the automatic text to blank or to letters.
If your header has multiple row header columns, you can specify which header column displays the automatic text by setting the AutoTextIndex property.
This property does not have an effect unless the Visible property (or the SheetView RowHeaderVisible property) is set to true and the row header columns are not hidden.
For more information about automatic text, see Customizing the Default Header Labels.
Reference
RowHeader ClassRowHeader Members
AutoTextIndex Property