Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns an {{int}} that represents the absolute position in the document.{excerpt}
{signature:C#}
 public int PositionValue{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property PositionValue() As Integer
{signature}
{example}{code:csharp|title=C#}

          int positionValue = pos.PositionValue;
        {code}
{code:vb.net|title=vb.net}

          Dim positionValue As Integer = pos.PositionValue
        {code}

{example}