SelType - property of the PmfTable object
Description:
Type of rows or cells selection.
Values:
"row" (default) - Whole row can be selected in the
11=MainBody area.
"cell" - Only individual cells can be selected in area
11=MainBody.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.SelType = "cell";
// Writing into the property
var sSelType = oTable.SelType;
// Reading from the property