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

...

Description

Excerpt

Removes the write-protection from the worksheet.

Signature
C#
C#

<p> public void Unprotect()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub Unprotect()
{signature}
{example}{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

ws.Unprotect();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

ws.Unprotect()
{code} {example}