DhTable.setAutoHeader

Overview | Methods | This Package | All Packages

DhTable.setAutoHeader

Enables or disables automatic generation of column headers.

Syntax

public void setAutoHeader( boolean fAuto )

Parameters

fAuto

Set to true to enable auto-generation; set to false to disable it.

Exceptions

WFCInvalidStateException thrown if fAuto is true and the table has a repeater row.

Remarks

If enabled, a header row with the column names is automatically added to the table when it is generated.

Note   This method pertains only to tables generated without a repeater template row.

See Also   getAutoHeader