Sets a boolean value indicating whether the column headers are displayed.
public void setColumnHeaders( boolean columnHeaders )
columnHeaders
Set to true to display the column headers; otherwise, set to false. The default value of the columnHeaders property is true.
By default, the text displayed in the column headers are based on the names of the fields in the underlying recordset. To change a column's header text, set the caption property of the Column object.
See Also getColumnHeaders