DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: GridLinesHorz for XTable

Property: GridLinesHorz for XTable

Specifies in a user dialog box whether an extended table displays horizontal separating lines between the individual cells. The extended table always displays horizontal separating lines in the table headings.

Object.GridLinesHorz
ObjectXTable
Object with this property
Object.GridLinesHorzBoolean with read and write access
The following settings are possible:
0 - No Does not display the horizontal separating line.
1 - Yes Displays the horizontal separating line.

The following example does not display the horizontal separating lines of the extended table XTable1:

XTable1.GridLinesHorz = FALSE

Use

You can change this property on the Properties tab when you create user dialog boxes.
You can use this property in scripts during user dialog box runtime.
Was this information helpful?