MaxCols - property of the PmaDataTable object
Description:
Maximum number of columns.
Note:
Property access for
read only.
The value of this property is defined in the "
Max. number of columns" configurator of this object.
The value of this property can be also obtained in the "
PmaRoot" item of the INFO system (when looking into the object with this property).
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oDataTable = pMe.Pm("/DataTable");
var nMaxCols = oDataTable.MaxCols;
Dim oDataTable
Set oDataTable = pMe.Pm("/DataTable")
Dim nMaxCols
nMaxCols = oDataTable.MaxCols