EnsureVisible - method of the PmfTable object
Description:
Scrolls the table to requested position.
Syntax:
Boolean EnsureVisible(Long iRow, Long iCol)
Parameters:
iRow | (Long) Index of the requested row. |
iCol | (Long) Index of the requested column. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oTable.EnsureVisible(65, 0);
History:
Pm9.00.14: Scrolls the table to requested position