Returns or sets whether display the row or column header text.
Public Property ShowHeaderAutoText As HeaderAutoText
Grid Object
Enumerated
The following settings are available:
| Constant | Value | Description |
| None | 0(Default) | Displays blanks in the row and column header. |
| RowHeader | 1 | Displays numbers in the row header. |
| ColHeader | 2 | Displays letters in the column header. |
| Both | 3 | Displays numbers in the row header and letters in the column header. |