Draw - method of the PmgWTable object
Description:
The method serves for redrawing the table. The method needs to be called each time when changes in the table (in table settings) have to be visible.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTable = pMe.Items("/Table");
oTable.Draw();
Dim oTable
Set oTable = pMe.Items("/Table")
oTable.Draw