Description
Returns anint
representing the number of rows in the first row of this table.
C#
public int NumRows{ get ; } |
vb.net
Public ReadOnly Property NumRows() As Integer |
Examples
C#
int numRows = oTable.NumRows; |
vb.net
Dim numRows As Integer = oTable.NumRows |