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 the 0\-based number of the column containing the anchor.{excerpt}
{signature:C#}
 public int Column{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Column() As Integer
{signature}
{example}{code:csharp|title=C#}
int col = anc.Column;{code}
{code:vbnet|title=vb.net}
Dim col As Integer = anc.Column{code}

{example}
{scrollbar}