XlsWorkbook
IsCellProtection Property
|
True if cells are protected.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsCellProtection { get; }
Public ReadOnly Property IsCellProtection As Boolean
Get
public:
virtual property bool IsCellProtection {
bool get () sealed;
}
abstract IsCellProtection : bool with get
override IsCellProtection : bool with get
Property Value
Type:
Boolean
Implements
IWorkbook
IsCellProtection
See Also