Click or drag to resize

ISlide Ungroup Method

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
)

Parameters

groupShape
Type: Spire.Presentation GroupShape
the group shape which needs to ungroup.
See Also