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} |
Page History
Overview
Content Tools