Insert(Single,Single,String,InsertLocation) Method
In This Topic
Inserts a new
GeometryType.Rectangle Shape with a specified size and text into this collection at a specified location.
Syntax
'Declaration
Public Overloads Function Insert( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.String, _
ByVal As InsertLocation _
) As Shape
public Shape Insert(
System.float ,
System.float ,
System.string ,
InsertLocation
)
Parameters
- width
- The shape width, in points.
- height
- The shape height, in points.
- text
- If not null, a TextFrame with this text is added to the shape.
- location
- The target InsertLocation for the insertion.
Return Value
See Also