Returns the X offset from the left side of the column containing the anchor, as a percentage of column width.

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

An offset of 100.0 represents an anchor flush with the right side of the column.

double x = anc.OffsetX;
Dim x As Double = anc.OffsetX