Words.Item[Int32] 属性

定义

返回集合中的单个对象。

public:
 property Microsoft::Office::Interop::Word::Range ^ default[int] { Microsoft::Office::Interop::Word::Range ^ get(int Index); };
public Microsoft.Office.Interop.Word.Range this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Interop.Word.Range
Default Public ReadOnly Property Item(Index As Integer) As Range

参数

Index
Int32

指示序号位置的 Object 或表示单个对象名称的字符串。

属性值

适用于