The number of columns in the table.
Usage
Value = Get_Property(OLECtrlEntID, "OLE.ColumnCount")
Values
Value can be any positive or negative whole number:
Remarks
The ColumnCount property returns the number of columns in the table. This count includes all columns, both visible and invisible. This is a read only property, so you cannot change the number of columns by setting this property to a new value.
Example
// Get the current number of columns in the table NumCols = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnCount")