Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Returns an int 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
  • No labels