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