Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns an {{int}} representing the number of rows in the first row of this table.{excerpt}
{signature:C#}
 public int NumRows{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property NumRows() As Integer
{signature}
{example}{code:csharp|title=C#}

          int numRows = oTable.NumRows;
        {code}
{code:vb.net|title=vb.net}

          Dim numRows As Integer = oTable.NumRows
        {code}

{example}