Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns the 0-based number of the column containing the anchor.

{signature}
{example}{code:csharp|title=C#}
int col = anc.Column;
{code}
{code:vbnet|title=vb.net
}
Dim col As Integer = anc.Column
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the 0\-based number of the column containing the anchor.{excerpt}
{signature:C#}
 public int Column{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Column() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle

...

{code}

{example}
{scrollbar}