Class GroupShapeImpl
Represents the group shape in a worksheet.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Shapes
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class GroupShapeImpl : ShapeImpl, IDisposable, ICloneParent, INamedObject, IGroupShape, IShape, IParentApplicationProperties
Items
Returns the array of individual shapes in the specified IGroupShape.
Declaration
public IShape[] Items { get; }Property Value
| Type | 
|---|
| IShape[] | 
Methods
Clone(Object, Dictionary<String, String>, Dictionary<Int32, Int32>, Boolean)
Creates a clone of the current group shape.
Declaration
public override IShape Clone(object parent, Dictionary<string, string> hashNewNames, Dictionary<int, int> dicFontIndexes, bool addToCollections)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | parent | |
| System.Collections.Generic.Dictionary<System.String, System.String> | hashNewNames | |
| System.Collections.Generic.Dictionary<System.Int32, System.Int32> | dicFontIndexes | |
| System.Boolean | addToCollections | 
Returns
| Type | Description | 
|---|---|
| IShape | A copy of the current current shape. | 
Overrides
Implements
      System.IDisposable