Page tree

Versions Compared

Key

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

Excerpt

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

Signature
C#
C#
 public SheetProtection SheetProtection{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property SheetProtection() As SheetProtection
Example
Code Block
csharp
csharp
titleC#
SheetProtection protection = ws.SheetProtection;
Code Block
vb.net
vb.net
titlevb.net
Dim protection As SheetProtection = ws.SheetProtection