SetRowsRange Method
The number of the row at which the table data starts (0-based).
The number of the row at which the table data ends (0-based).
This method supports the UFT infrastructure. Do not call it directly in your code.
Syntax
'Declaration
 
Public Sub SetRowsRange( _
   ByVal FirstRow As System.Integer, _
   ByVal LastRow As System.Integer _
) 
public void SetRowsRange( 
   System.int FirstRow,
   System.int LastRow
)

Parameters

FirstRow
The number of the row at which the table data starts (0-based).
LastRow
The number of the row at which the table data ends (0-based).