'Declaration
Sub Remove( _ ByVal shape As IShape, _ ByVal notifyUI As Boolean, _ Optional ByVal ungroupAuto As Boolean _ )
'Usage
Dim instance As ICompositeShape Dim shape As IShape Dim notifyUI As Boolean Dim ungroupAuto As Boolean instance.Remove(shape, notifyUI, ungroupAuto)
Parameters
- shape
- The shape IShape will be removed.
- notifyUI
- Indicates that we will notify to update UI
- ungroupAuto
- Indicates that we will ungroup if the group has only one child