TabStops2.Add(MsoTabStopType, Single) 方法

定义

向指定 TabStops2 对象添加新制表位。

public:
 Microsoft::Office::Core::TabStop2 ^ Add(Microsoft::Office::Core::MsoTabStopType Type, float Position);
public Microsoft.Office.Core.TabStop2 Add (Microsoft.Office.Core.MsoTabStopType Type, float Position);
abstract member Add : Microsoft.Office.Core.MsoTabStopType * single -> Microsoft.Office.Core.TabStop2
Public Function Add (Type As MsoTabStopType, Position As Single) As TabStop2

参数

Type
MsoTabStopType

要添加的制表位的类型。

Position
Single

新制表位相对于文本框的左边缘的水平位置。 数值以磅为单位计算;字符串使用指定的单位计算,可以使用 Microsoft Office 产品支持的任何度量单位。

返回

TabStop2

注解

MsoTabStopType类型的示例包括 msoTabStopCentermsoTabStopLeftmsoTabStopRight

适用于