Shapes.AddLabel(MsoTextOrientation, Single, Single, Single, Single) Method

Definition

Creates a label. Returns a Shape object that represents the new label.

public:
 Microsoft::Office::Interop::Excel::Shape ^ AddLabel(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Excel.Shape AddLabel (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
Public Function AddLabel (Orientation As MsoTextOrientation, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

Parameters

Orientation
MsoTextOrientation

Required MsoTextOrientation. The text orientation within the label. Can be one of these MsoTextOrientation constants:msoTextOrientationDownwardmsoTextOrientationHorizontalmsoTextOrientationHorizontalRotatedFarEastmsoTextOrientationMixedmsoTextOrientationUpwardmsoTextOrientationVerticalmsoTextOrientationVerticalFarEast Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.

Left
Single

Required Single. The position (in points) of the upper-left corner of the label relative to the upper-left corner of the document.

Top
Single

Required Single. The position (in points) of the upper-left corner of the label relative to the top corner of the document.

Width
Single

Required Single. The width of the label, in points.

Height
Single

Required Single. The height of the label, in points.

Returns

Applies to