NonVisualShapeDrawingProperties.ShapeLocks Property
Shape Locks.Represents the element tag in schema: a:spLocks
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property ShapeLocks As ShapeLocks
Get
Set
'使用
Dim instance As NonVisualShapeDrawingProperties
Dim value As ShapeLocks
value = instance.ShapeLocks
instance.ShapeLocks = value
public ShapeLocks ShapeLocks { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.ShapeLocks
Returns ShapeLocks.
See Also
Reference
NonVisualShapeDrawingProperties Class