Ranges.Item Property
Returns a Range object that represents a range of items in a workbook. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Item ( _
Index As Object _
) As Range
Get
'Usage
Dim instance As Ranges
Dim Index As Object
Dim value As Range
value = instance.Item(Index)
Range this[
Object Index
] { get; }
Parameters
Index
Type: System.ObjectRequired Object the index value of the Range item.
Property Value
Type: Microsoft.Office.Interop.Excel.Range
Range