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

 public SheetProtection SheetProtection{ get; }
Public ReadOnly Property SheetProtection() As SheetProtection
SheetProtection protection = ws.SheetProtection;
Dim protection As SheetProtection = ws.SheetProtection