Description
Returns anint
that represents the absolute position in the document.
C#
public int PositionValue{ get ; } |
vb.net
Public ReadOnly Property PositionValue() As Integer |
Examples
C#
int positionValue = pos.PositionValue; |
vb.net
Dim positionValue As Integer = pos.PositionValue |