Message-ID: <287112917.8255.1711638713650.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8254_1175274689.1711638713650" ------=_Part_8254_1175274689.1711638713650 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Area.GetColumnWidthInChars(Int32)

Area.GetColumnWidthInChars(Int32)

Descriptio= n

=20

Sets or returns the width of the column as a number of '0' characters in= the font of the 'Normal' style. This must be a value between 0 - 255.

= =20
C#
=20
 public double GetColumnWidthInChars(int columnIndex)
=20
=20
vb.net
=20
Public Function GetColumnWidthInChars(ByVal columnIndex As Integer) As Doub=
le
=20
=20

Parameters

=20
columnIndex
T= he column's 0-based index, relative to the starting column of the Area.=20

Returns

The width= of the column, as a number of '0' characters.=20

Examples

=20
C#
=20
double colWidth =3D a.GetColumnWidthInChars();
=20
=20
vb.net
=20
Dim colWidth As Double =3D a.GetColumnWidthInChars()
=20
------=_Part_8254_1175274689.1711638713650--