SetEditMode - method of the PmgWTable object
Description:
Sets cell to edit mode.
Syntax:
Empty SetEditMode()
Note:
This method is also functional in
Web panels.
This method causes the currently marked table cell to switch into editing mode, i.e. just like a left mouse button double-click on the cell.
The method is functional only if
Interaction property is set to
1,
2 or
3.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTable = pMe.Items("/Table");
oTable.SetEditMode();
Dim oTable
Set oTable = pMe.Items("/Table")
oTable.SetEditMode