Returns whether or not the worksheet is write-protected.

public boolean IsProtected{ get; }
Public ReadOnly Property IsProtected() As Boolean
bool writeProtected = ws.IsProtected;
Dim writeProtected As Boolean = ws.IsProtected