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

ColumnProperties.Hidden

Description

Sets or returns whether or not the column will be hidden when the wo= rkbook is opened in Excel.=20
C#
=20
public boolean Hidden{ get; set; }
=20
=20
vb.net
=20
Public Property Hidden() As Boolean
=20
=20

Examples

=20
C#
=20
          bool hideCol =3D colProps.Hidden;
          colProps.Hidden =3D false;
        
=20
vb.net
=20
          Dim hideCol As Boolean =3D colProps.Hidden
          colProps.Hidden =3D False
        
=20
------=_Part_8552_618855241.1711649683040--