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

Worksheet.ShowGridlines

Description

Sets or returns whether gridlines should be shown in the worksheet. = Gridlines are shown by default.=20
C#
=20
<p> public boolean ShowGridlines{ get; se=
t; }</p>
=20
=20
vb.net
=20
<p>Public Property ShowGridlines() As Bool=
ean</p>
=20

Examples

=20
C#
=20
          //--- Get ShowGridlines
          bool showGrid =3D ws.ShowGridlines;

          //--- Set ShowGridlines
          ws.ShowGridlines =3D false;
        
=20
vb.net
=20
          '--- Get ShowGridlines
          Dim showGrid As Boolean =3D ws.ShowGridlines

          '--- Set ShowGridlines
          ws.ShowGridlines =3D False
        
=20

------=_Part_9772_1335448444.1711702511560--