Shapes.AddCallout(MsoCalloutType, Single, Single, Single, Single) 方法

定义

创建一个无边框的线形标注。 返回表示 Shape 新标注的 对象。

public:
 Microsoft::Office::Interop::Excel::Shape ^ AddCallout(Microsoft::Office::Core::MsoCalloutType Type, float Left, float Top, float Width, float Height);
public Microsoft.Office.Interop.Excel.Shape AddCallout (Microsoft.Office.Core.MsoCalloutType Type, float Left, float Top, float Width, float Height);
Public Function AddCallout (Type As MsoCalloutType, Left As Single, Top As Single, Width As Single, Height As Single) As Shape

参数

Type
MsoCalloutType

必需 MsoCalloutType。 标注线的类型。 可以是以下 MsoCalloutType 常量之一:msoCalloutOne。 可以是水平或垂直的单段标注线。msoCalloutTwo。 可自由旋转的单段标注线。msoCalloutMixedmsoCalloutThree。 一条双段线。msoCalloutFour。 三线段标注线。

Left
Single

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

Top
Single

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

Width
Single

必需 单一。 标注边框的宽度(以磅为单位)。

Height
Single

必需 单一。 标注边框的高度(以磅为单位)。

返回

注解

可以使用 方法插入多种标注 AddShape(MsoAutoShapeType, Single, Single, Single, Single)

适用于