'Declaration Public Overloads Function Insert( _ ByVal width As System.Single, _ ByVal height As System.Single, _ ByVal location As RangeLocation _ ) As GroupShape
public GroupShape Insert( System.float width, System.float height, RangeLocation location )
Parameters
- width
- The group shape width, in points.
- height
- The group shape height, in points.
- location
- The target RangeLocation for the insertion.
Return Value
The inserted GroupShape.