{description}
{excerpt}Returns the Y offset from the top of the row containing the anchor, as a percentage of row height.{excerpt}
{signature:C#}
 public double OffsetY{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property OffsetY() As Double
{signature}
{remarks}
An offset of 100.0 represents an anchor flush with the bottom side of the row.
{remarks}
{example}{code:csharp|title=C#}
double y = anc.OffsetY;{code}
{code:vbnet|title=vb.net}
Dim y As Double = anc.OffsetY{code}

{example}
{scrollbar}