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