GroupShapeCollection
Group Method
|
Group shapes.
Namespace:
Spire.Xls.Core.MergeSpreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public GroupShape Group(
IShape[] shapes
)
Public Function Group (
shapes As IShape()
) As GroupShape
public:
GroupShape^ Group(
array<IShape^>^ shapes
)
member Group :
shapes : IShape[] -> GroupShape
Parameters
-
shapes
-
Type:
Spire.Xls.Core
IShape
Return Value
Type:
GroupShape
See Also