Promotic

StartHeight - property of the PmgWTable object

Description:
Height of table rows. The property can be set any time in processing the table.
Syntax:
Long StartHeight
Note:
Property access for read and write. The default value of this property is defined in the "Row height" configurator of this object.
 
The property can also be set by the Dim method.

This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTable = pMe.Items("/Table");

var nHeight = oTable.StartHeight;   // Reading from the property
oTable.StartHeight = 15;   // Writing into the property
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.