Returns whether or not the worksheet is protected.

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