Returns an int that represents the absolute position in the document.

public int PositionValue{ get; }
Public ReadOnly Property PositionValue() As Integer
 
          int positionValue = pos.PositionValue;
        
          Dim positionValue As Integer = pos.PositionValue