The row that is scrolled to the top of the viewable area.

Usage

Set_Property(OLECtrlEntID, "OLE.TopRow", Value)

Values

Value can be any positive or negative whole number:

Default: 1

Remarks

The TopRow property is the index to the row that is currently the first visible row. To programmatically scroll the Report Table, set this property to the desired row.

Example

// Scroll to 10 row 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.TopRow", 10)
  • No labels