Version

GetTableRowRange Method (XamMultiColumnComboEditorProxy)

Computes the first visible row index, last visible row index and the total number of rows used by UFT to build the table to display during a StandardCheckpoint
Syntax
'Declaration
 
Public Sub GetTableRowRange( _
   ByRef pFirstVisible As System.Long, _
   ByRef pLastVisible As System.Long, _
   ByRef pTotal As System.Long _
) 
public void GetTableRowRange( 
   out System.long pFirstVisible,
   out System.long pLastVisible,
   out System.long pTotal
)
public: void GetTableRowRange( 
   [PARAMFLAG::Out] System.long pFirstVisible,
   [PARAMFLAG::Out] System.long pLastVisible,
   [PARAMFLAG::Out] System.long pTotal
) 

Parameters

pFirstVisible
The computed first visible row index
pLastVisible
The computed last visible row index
pTotal
The computed total number of rows
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also