GroupShapeLocks.NoGrouping Property
Disallow Shape Grouping.Represents the attribte in schema: noGrp
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "noGrp")> _
Public Property NoGrouping As BooleanValue
Get
Set
'Usage
Dim instance As GroupShapeLocks
Dim value As BooleanValue
value = instance.NoGrouping
instance.NoGrouping = value
[SchemaAttrAttribute(, "noGrp")]
public BooleanValue NoGrouping { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies that the corresponding group shape cannot be grouped. That is it cannot be combined within other shapes to form a group of shapes. If this attribute is not specified, then a value of false is assumed.
The possible values for this attribute are defined by the XML Schema boolean datatype.