GetRow - method of the PmfTableArea object
Description:
Returns reference to specified row (to the
PmfTableRow object).
Syntax:
Object GetRow(Long iRow)
Parameters:
iRow | (Long) Row index of specified area (zero-based index, -1=the last row). |
---|
Example:
JavaScriptSelect and copy to clipboard
var oRow = oTableArea.GetRow(-1);