IsValidRow Method
Indicates whether or not the specified row is a valid row for the table.
Remarks
This method is useful because ITableBase.Rows.Count retrieves only an estimated row count for a SAP Table.

C# Syntax

bool IsValidRow( 
   uint row
)

Parameters

row
1-based row index.

Return Value

True if the row exists.