ShowHeaderAutoText Property

Returns or sets whether display the row or column header text.

Syntax

Public Property ShowHeaderAutoText As HeaderAutoText

Applies To

Grid Object

Data Type

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.