Headers Property

The Headers property determines whether your HTML Table has a header row. You can also remove or add the header row using the Control Columns dialog box. For more information, see Control Columns Dialog Box.

You can also set this property using a cascading style sheet, except for the Grid. For more information, see Using Cascading Style Sheets.

Applies to: Grids and HTML Tables.

Setting dynamically:

Winform Setform.control.HEADERS TO {0|1};

Property Settings:

0 - No

Does not display a header row.

1 - Yes

Displays a header row (the default).


WebFOCUS