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

Definition

public:
 Microsoft::Office::Interop::MSProject::Shape ^ AddLabel(Microsoft::Office::Core::MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.MSProject.Shape AddLabel (Microsoft.Office.Core.MsoTextOrientation Orientation, float Left, float Top, float Width, float Height);
abstract member AddLabel : Microsoft.Office.Core.MsoTextOrientation * single * single * single * single -> Microsoft.Office.Interop.MSProject.Shape
Public Function AddLabel (Orientation As MsoTextOrientation, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

Parameters

Orientation
MsoTextOrientation
Left
Single
Top
Single
Width
Single
Height
Single

Returns

Applies to