ITabSheet
ProtectDrawingObjects Property
|
True if objects are protected. Read-only.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ProtectDrawingObjects { get; }
ReadOnly Property ProtectDrawingObjects As Boolean
Get
property bool ProtectDrawingObjects {
bool get ();
}
abstract ProtectDrawingObjects : bool with get
Property Value
Type:
Boolean
See Also