Ranges.Item[Object] 属性

定义

返回一个 Range 对象,该对象代表工作簿中的项目范围。 此为只读属性。

public:
 property Microsoft::Office::Interop::Excel::Range ^ Item[System::Object ^] { Microsoft::Office::Interop::Excel::Range ^ get(System::Object ^ Index); };
public Microsoft.Office.Interop.Excel.Range Item[object Index] { get; }
Public ReadOnly Property Item(Index As Object) As Range

参数

Index
Object

必需 对象 项的 Range 索引值。

属性值

Range

适用于