UFT Extensibility Agent library 1.3
GetTabularAttributes Method
The total number of rows in the table.
The row number of the first visible row. The number of the first row in the table is zero.
The row number of the last visible row.
Description
Gets the display attributes of the specified table.
Syntax
Visual Basic
Public Sub GetTabularAttributes( _
   ByVal objId As Variant, _
   ByRef puFullSize As UInt, _
   ByRef puMinVisibleRow As UInt, _
   ByRef puMaxVisibleRow As UInt _
) 
Parameters
objId
puFullSize
The total number of rows in the table.
puMinVisibleRow
The row number of the first visible row. The number of the first row in the table is zero.
puMaxVisibleRow
The row number of the last visible row.
Remarks
Implement this method if the Testing Agent supports table check points.
See Also