Worksheet_RangeType.Item[Object, Object] Property

Definition

public:
 property Microsoft::Office::Interop::Excel::Range ^ default[System::Object ^, System::Object ^] { Microsoft::Office::Interop::Excel::Range ^ get(System::Object ^ Cell1, System::Object ^ Cell2); };
public Microsoft.Office.Interop.Excel.Range this[object Cell1, object Cell2] { get; }
member this.Item(obj * obj) : Microsoft.Office.Interop.Excel.Range
Default Public ReadOnly Property Item(Cell1 As Object, Optional Cell2 As Object) As Range

Parameters

Cell1
Object
Cell2
Object

Property Value

Applies to