ContentPartLocks.NoSelection Property
Disallow Shape Selection.Represents the attribte in schema: noSelect
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "noSelect")> _
Public Property NoSelection As BooleanValue
Get
Set
'Usage
Dim instance As ContentPartLocks
Dim value As BooleanValue
value = instance.NoSelection
instance.NoSelection = value
[SchemaAttrAttribute(, "noSelect")]
public BooleanValue NoSelection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue