GetSel - method of the PmfTable object
Description:
Detects selected rows or cells.
Syntax:
Variant GetSel(Long nType)
Parameters:
nType | (Long) Must always be the 0 value. |
---|
Return values:
The return values depends on the setting of the
SelType property.
- If nothing is selected then null is returned.
- If the
SelType is ==
"row" then the
PmMap object is returned, containing set properties:
oRet.Row - selected row
Example1:
JavaScriptSelect and copy to clipboard
var val = oTable.GetSel(0);