'Declaration
Function AddFormControlToCell( _ ByVal type As FormControl, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal width As Double, _ ByVal height As Double _ ) As IShape
Parameters
- type
- The control type.
- 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 IShape object represents the new control.