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 write-protected.

Signature
C#
C#

 public boolean IsProtected{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property IsProtected() As Boolean
Example
Code Block
csharp
csharp
titleC#

bool writeProtected = ws.IsProtected;
Code Block
vb.net
vb.net
titlevb.net

Dim writeProtected As Boolean = ws.IsProtected