Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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
  • No labels