Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Excerpt

Returns whether or not the worksheet is protected.

Signature
C#
C#
public boolean IsProtected{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property IsProtected() As Boolean
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#
bool protected = wb.IsProtected;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}
Dim protected As Boolean = wb.IsProtected
{code} {example}