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

...

Introducedin
8.6.1

...

8.6.1
Description

Excerpt

Returns a SheetProtection object containing all protection properties on the worksheet.

Signature
C#
C#
 public SheetProtection SheetProtection{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property SheetProtection() As SheetProtection
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

SheetProtection protection = ws.SheetProtection;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim protection As SheetProtection = ws.SheetProtection
{code} {example}