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

Workbook.ShowHorizontalScrollBar

Description

When true, the horizontal scroll bar will be shown in the generated = workbook. When false, the horizontal scroll bar will be hidden.=20
C#
=20
public boolean ShowHorizontalScrollBar{ get; se=
t; }
=20
=20
vb.net
=20
Public Property ShowHorizontalScrollBar() As Boo=
lean
=20
=20

Examples

=20
C#
=20
          //--- Set the ShowHorizontalScrollBar property value
          bool showHorizScroll =3D wb.ShowHorizontalScrollBar;

          //--- Get the ShowHorizontalScrollBar property value
          wb.ShowHorizontalScrollBar =3D true;
        
=20
vb.net
=20
          '--- Set the ShowHorizontalScrollBar property value
          Dim showHorizScroll As Boolean =3D wb.ShowHorizontalScrollBar

          '--- Get the ShowHorizontalScrollBar property value
          wb.ShowHorizontalScrollBar =3D True
        
=20
------=_Part_8636_1337526295.1711653011000--