|
|
|
|
|
TitleHeight (Property) In french: HauteurTitre
The TitleHeight property gets and sets: - the height of the title for the columns of a Table or TreeView Table control.
// Update the title and the height of the column title in a Table control COL_Column1.Title = "Result" + CR + "and Forecast" + CR + "for 2020" TABLE_Number.TitleHeight = 50 Syntax <Result>: Integer - Height of the column titles expressed in pixels.
<Element used>: Control name or window name Name of the control or window to be used: - Name of a Table or TreeView Table control.
Changing the title height Hide the details
<Element used>.TitleHeight = <New value>
<Element used>: Control name or window name Name of the control or window to be used: - Name of a Table or TreeView Table control.
<New value>: Integer New height expressed in pixels: - Height of the column titles.
If this parameter is set to 0, the title is invisible.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|