Mercury.QTP.CustomServer Namespace > VerificationServerBase Class : GetRowsRange Method |
If the last visible row is not known, both pLastVisible and pFirstVisible are set to -1.
Row indexes are 0-based.
GetRowsRange calls the Custom Server's implementation of GetTableRowRange.'Declaration
Public Sub GetRowsRange( _ ByVal Grid As System.Object, _ ByRef pFirstVisible As System.Integer, _ ByRef pLastVisible As System.Integer, _ ByRef pTotal As System.Integer _ )
public void GetRowsRange( System.object Grid, out System.int pFirstVisible, out System.int pLastVisible, out System.int pTotal )
Parameters
- Grid
- The grid object.
- pFirstVisible
- Index of first visible row.
- pLastVisible
- Index of last visible row.
- pTotal
- Total count of rows in the table.