FitWidth - method of the PmgWTable object
Description:
Sets the width of all columns so that all columns are visible and of the same width.
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTable = pMe.Items("/Table");
oTable.FitWidth();
Dim oTable
Set oTable = pMe.Items("/Table")
oTable.FitWidth