Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the 0-based number of the row containing the anchor..

{signature}
{example}{code:csharp|title=C#}
int row = anc.Row;
{code}
{code:vbnet|title=vb.net
}
Dim row As Integer = anc.Row
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the 0\-based number of the row containing the anchor..{excerpt}
{signature:C#}
 public int Row{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Row() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}