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

{example}
{scrollbar}