Ungroup the GroupShape.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
void Ungroup(
GroupShape groupShape
)
Sub Ungroup (
groupShape As GroupShape
)
void Ungroup(
GroupShape^ groupShape
)
abstract Ungroup :
groupShape : GroupShape -> unit
Parameters
-
groupShape
-
Type:
Spire.Presentation
GroupShape
the group shape which needs to ungroup.
See Also