Shapes.AddTextbox(MsoTextOrientation, Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a text box. Returns a Shape object that represents the new text box.
public:
Microsoft::Office::Interop::Excel::Shape ^ AddTextbox(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Excel.Shape AddTextbox (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
Public Function AddTextbox (Orientation As MsoTextOrientation, Left As Single, Top As Single, Width As Single, Height As Single) As Shape
Parameters
- Orientation
- MsoTextOrientation
Required MsoTextOrientation. The orientation of the textbox.
- Left
- Single
Required Single. The position (in points) of the upper-left corner of the text box relative to the upper-left corner of the document.
- Top
- Single
Required Single. The position (in points) of the upper-left corner of the text box relative to the top of the document.
- Width
- Single
Required Single. The width of the text box, in points.
- Height
- Single
Required Single. The height of the text box, in points.