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 rows in the table.

Usage

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

Values

Value can be any positive or negative whole number:

Remarks

The RowCount property returns the number of rows in the table. Note that group rows are not included in the count. This is a read only property, so you cannot change the number of rows by setting this property to a new value.

Example

// Get the current number of rows in the table 
NumRows = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.RowCount")

See Also

ListRowData

  • No labels