Shapes.AddTextbox Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function AddTextbox ( _
Orientation As MsoTextOrientation, _
Left As Single, _
Top As Single, _
Width As Single, _
Height As Single _
) As Shape
'Usage
Dim instance As Shapes
Dim Orientation As MsoTextOrientation
Dim Left As Single
Dim Top As Single
Dim Width As Single
Dim Height As Single
Dim returnValue As Shape
returnValue = instance.AddTextbox(Orientation, _
Left, Top, Width, Height)
Shape AddTextbox(
MsoTextOrientation Orientation,
float Left,
float Top,
float Width,
float Height
)
Parameters
- Orientation
Type: Microsoft.Office.Core.MsoTextOrientation
- Left
Type: System.Single
- Top
Type: System.Single
- Width
Type: System.Single
- Height
Type: System.Single
Return Value
Type: Microsoft.Office.Core.Shape