The number of visible columns in the table.

 

Usage

Value = Get_Property(OLECtrlEntID, "OLE.ColumnVisibleCount")

Values

Value can be any positive or negative whole number:

Remarks

The ColumnVisibleCount property returns the number of visible columns in the table. This count excludes all hidden columns. This is a read only property.

Example

// Get the current number of visible columns in the table 
NumVisibleCols = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnVisibleCount")

See Also

ColumnListColumnCountColumnVisible

  • No labels