Link Search Menu Expand Document

SSpread.RowHeadersAutoText Property

Sets whether to display letters or numbers in the line header or leave them blank.

Specify the following values. The initial value is $DispNumbers.

Constant Value Description
$DispBlank 0 Blank
$DispNumbers 1 Display numbers
$DispLetters 2 Display letters

Column headers are set with the ColHeadersAutoText property.

The characters (A, B, C and 1, 2, 3) displayed with $DispNumbers and $DispLetters are not set as cell values. When you refer to the cell value with the Text property or Value property, a blank string is returned. When you set a value in the header cell with the Text property or Value property, the display of that value has priority. If you set a blank character string, it will return to the original display.

Related Item
ColHeadersAutoText property