Promotic

RowFirstVisible - property of the PmgWTable object

Description:
Row index that is displayed as the first one after the fixed rows (zero-based index).
Syntax:
Long RowFirstVisible
Note:
Property access for read and write.
 
It is used e.g. for automatic scrolling in the table.
This property is also functional in Web panels.
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

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

var nResize = oTable.RowFirstVisible;   // Reading from the property
oTable.RowFirstVisible = 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.