Message-ID: <1638504339.10541.1711727955117.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10540_735815395.1711727955102" ------=_Part_10540_735815395.1711727955102 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Anchor.Column

Anchor.Column

Description

=20

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

=20
C#
=20
 public int Column{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Column() As Integer
=20
=20

Examples

=20
C#
=20
int col =3D anc.Column;
=20
=20
vb.net
=20
Dim col As Integer =3D anc.Column
=20
------=_Part_10540_735815395.1711727955102--