You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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