Table of Contents

Class GroupShapeCollection

Namespace
Spire.Xls.Core.MergeSpreadsheet.Collections
Assembly
Spire.XLS.dll
public class GroupShapeCollection : CollectionExtended<GroupShape>, IList<GroupShape>, ICollection<GroupShape>, IEnumerable<GroupShape>, IEnumerable, IExcelApplication, ICloneParent
Inheritance
GroupShapeCollection
Implements
Inherited Members

Methods

Group(IShape[])

Group shapes.

public GroupShape Group(IShape[] shapes)

Parameters

shapes IShape[]

Returns

GroupShape

UnGroupAll()

UnGroup all group shape.

public void UnGroupAll()