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

ColumnProperties.WidthInChars

Description=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 WidthInChars{ get; set; }
=20
=20
vb.net
=20
Public Property WidthInChars() As Double
=20
=20

Remarks

While a cell = can show more than 255 characters, a column may not exceed 255 characters i= n width.=20

Examples

=20
C#
=20

          double colWidth =3D colProps.WidthInChars;
          colProps.WidthInChars =3D 20;
        
=20
=20
vb.net
=20

          Dim colWidth As Double =3D colProps.WidthInChars
          colProps.WidthInChars =3D 20
        
=20
------=_Part_8590_919440674.1711651275746--