Description
Returns whether or not the worksheet is protected.C#
public boolean IsProtected{ get ; } |
vb.net
Public ReadOnly Property IsProtected() As Boolean |
Examples
C#
bool protected = wb.IsProtected; |
vb.net
Dim protected As Boolean = wb.IsProtected |