NonVisualGraphicFrameDrawingProperties.GraphicFrameLocks Property
Graphic Frame Locks.Represents the element tag in schema: a:graphicFrameLocks
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property GraphicFrameLocks As GraphicFrameLocks
Get
Set
'Usage
Dim instance As NonVisualGraphicFrameDrawingProperties
Dim value As GraphicFrameLocks
value = instance.GraphicFrameLocks
instance.GraphicFrameLocks = value
public GraphicFrameLocks GraphicFrameLocks { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.GraphicFrameLocks
Returns GraphicFrameLocks.
See Also
Reference
NonVisualGraphicFrameDrawingProperties Class