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

Worksheet.ProtectPasswordHash

Description

Sets or returns the password hash that is used to write-protect (not= encrypt) the worksheet.=20
C#
=20
public int ProtectPasswordHash{ get; set; }
=20
=20
vb.net
=20
Public Property ProtectPasswordHash() As Integer=
<
=20

Examples

=20
C#
=20
          //--- Get ProtectPasswordHash
          int passwordHash =3D ws.ProtectPasswordHash;

          //--- Set ProtectPasswordHash
          ws.ProtectPasswordHash =3D 12345;
        
=20
vb.net
=20
          '--- Get ProtectPasswordHash
          Dim passwordHash =3D ws.ProtectPasswordHash

          '--- Set ProtectPasswordHash
          ws.ProtectPasswordHash =3D 12345
        
=20

------=_Part_10286_1871717910.1711720294436--