IDimensionViewer.ShowColumnHeaders

Fore Syntax

ShowColumnHeaders: Boolean;

Fore.NET Syntax

ShowColumnHeaders: boolean;

Description

The ShowColumnHeaders property determines whether column headers should be displayed.

Comments

If the property is set to True, the column headers are displayed. If the value is False, the column headers are not displayed.

Fore and Fore.NET Examples

The property use is given in the example for IDimensionViewer.AdjustWidthOnlyVisible.

See also:

IDimensionViewer