SetSel - method of the PmfTable object
Description:
The entered row (or cell) in the table is marked as selected.
Syntax:
Empty SetSel(Long nType, Variant vPar)
Parameters:
nType | (Long) Must always be the value 0. |
---|
vPar | (Variant) The value entered here depends on the setting of the SelType property. |
---|
Example1:
JavaScriptSelect and copy to clipboard
oTable.SetSel(0, 5);