Share via


ContentPartLocks.NoGrouping Property

Disallow Shape Grouping.Represents the attribte in schema: noGrp

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "noGrp")> _
Public Property NoGrouping As BooleanValue
    Get
    Set
'Usage
Dim instance As ContentPartLocks
Dim value As BooleanValue

value = instance.NoGrouping

instance.NoGrouping = value
[SchemaAttrAttribute(, "noGrp")]
public BooleanValue NoGrouping { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

ContentPartLocks Class

ContentPartLocks Members

DocumentFormat.OpenXml.Office2010.Drawing Namespace