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

Workbook.PasswordToModify

Description

This sets the workbook so that it can be opened in read-only mode wi= th the option to open in read-write mode, if the user supplies a matching p= assword when opening the spreadsheet.=20
C#
=20
public System.String PasswordToModify{ set; }=20

 

 

=20
vb.net
=20
Public WriteOnly Property PasswordToModify() As =
String
=20
=20

Examples

=20
C#
=20
wb.PasswordToModify =3D "MyPassword";
=20
vb.net
=20
wb.PasswordToModify =3D "MyPassword"
=20
------=_Part_9106_1249107829.1711676201852--