ColumnHeadingsVisible property



Assigns or returns whether the column headings are displayed in the spreadsheet.

Syntax

Set:     Sheet.setColumnHeadingsVisible(isVisible)
Get: isVisible = Sheet.getColumnHeadingsVisible

Applies to

Sheet object.

Data type

boolean. The value is true if the column headings are displayed, and false otherwise.

See also
RowHeadingsVisible property
columnHeadingsVisible PARAM tag
rowHeadingsVisible PARAM tag