Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}This sets the workbook so that it can be opened in read\-only mode with the option to open in read\-write mode, if the user supplies a matching password when opening the spreadsheet.{excerpt}
{signature:C#}
 public System.String PasswordToModify{ set; }
{signature}{signature:vb.net}
Public WriteOnly Property PasswordToModify() As String
{signature}
{example}{code:csharp|title=C#}
wb.PasswordToModify = "MyPassword";{code}
{code:vb.net|title=vb.net}
wb.PasswordToModify = "MyPassword"{code}

{example}