Returns an int representing the number of rows in the first row of this table.

public int NumRows{ get; }
Public ReadOnly Property NumRows() As Integer
          int numRows = oTable.NumRows;
        
          Dim numRows As Integer = oTable.NumRows