Promotic

FixedRows - property of the PmgWTable object

Description:
The number of fixed table rows.
Syntax:
Long FixedRows
Note:
Property access for read and write. The default value of this property is defined in the "Number of rows in the fixed table area" configurator of this object.
 
The property can also be set by the Dim method.
This property is also functional in Web panels.
See also:
- PmgWTable.FixedCols (property)
- PmgWTable.Rows (property)
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

var nFixedRows = oTable.FixedRows;   // Reading from the property
oTable.FixedRows = 1;   // 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.