HideColumnHeaders

This property returns and sets a value whether or not ColumnHeader objects in a ListView control are hidden in Report view.

Syntax

object.HideColumnHeaders [= Boolean]

Parameters

object
Object expression that evaluates to a ListView control.
Boolean
Boolean expression that specifies whether the column headers are visible in Report view. Following are the settings for Boolean:
True
Column headers are not visible
False (default)
Column headers are visible

Remarks

The ListItem objects and any related subitems remain visible even if the HideColumnHeaders property is set to True.