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
Description

Excerpt

Returns the cell's 0-based row number.

Signature
C#
C#
 public int RowNumber{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property RowNumber() As Integer
Example
Code Block
csharp
csharp
titleC#
int row = cellA1.RowIndex;
Code Block
vb.net
vb.net
titlevb.net
Dim row As Integer = cellA1.RowIndex
Scrollbar