Returns the Y offset from the top of the row containing the anchor, as a percentage of row height.

 public double OffsetY{ get; }
Public ReadOnly Property OffsetY() As Double

An offset of 100.0 represents an anchor flush with the bottom side of the row.

double y = anc.OffsetY;
Dim y As Double = anc.OffsetY