'Declaration
Function AddShapeToCell( _ ByVal type As AutoShapeType, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal width As Double, _ ByVal height As Double _ ) As IShape
Parameters
- type
- Specifies the type of IShape to create.
- row
- The row index of the upper-left corner of the shape's bounding box.
- column
- The column index of the upper-left corner of the shape's bounding box.
- width
- The initial width, in pixels, of the shape.
- height
- The initial height, in pixels, of the shape.
Return Value
The created IShape object.