Shapes.AddLabel(MsoTextOrientation, Single, Single, Single, Single) 方法

定义

创建一个连接符。 返回表示 Shape 新标签的 对象。

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

参数

Orientation
MsoTextOrientation

必需 MsoTextOrientation。 标签中文本的方向。 可以是 MsoTextOrientation 常量之一:msoTextOrientationDownwardmsoTextOrientationHorizontalmsoTextOrientationHorizontalRotatedFarEastmsoTextOrientationMixedmsoTextOrientationUpwardmsoTextOrientationVerticalmsoTextOrientationVerticalFarEast 可能不可用, 取决于美国英语 (语言支持,例如你选择或安装) 。

Left
Single

必需 单一。 标签左上角相对于文档左上角的位置(以磅为单位)。

Top
Single

必需 单一。 标签左上角相对于文档顶部的位置(以磅为单位)。

Width
Single

必需 单一。 标签的宽度(以磅为单位)。

Height
Single

必需 单一。 标签的高度(以磅为单位)。

返回

适用于