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

Area.SetColumnWidthInChars(Int32, Double)

Des= cription

=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 the 0 - 255.<= /p>=20

C#
=20
 public void SetColumnWidthInChars(int columnIndex, double width)
=20
=20
vb.net
=20
Public Sub SetColumnWidthInChars(ByVal columnIndex As Integer, ByVal width =
As Double)
=20
=20

Parameters=20

columnIndex=
The column's 0-based index, relative to the starting column of the Ar= ea.=20
width
The wi= dth of the column, as a number of '0' characters.=20

Examples

= =20
C#
=20
a.SetColumnWidthInChars(0, 100);
=20
=20
vb.net
=20
a.SetColumnWidthInChars(0, 100)
=20
------=_Part_8150_1704671625.1711634356039--