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 the cell's 0\-based row number.{excerpt}
{signature:C#}
 public int RowNumber{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property RowNumber() As Integer
{signature}
{example}{code:csharp|title=C#}
int row = cellA1.RowIndex;{code}
{code:vb.net|title=vb.net}
Dim row As Integer = cellA1.RowIndex{code}

{example}
{scrollbar}