Message-ID: <759062741.10295.1711720519581.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10294_226842538.1711720519581" ------=_Part_10294_226842538.1711720519581 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_10294_226842538.1711720519581--