NamedRange_ItemType.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Item[Int32] |
This API supports the product infrastructure and is not intended to be used directly from your code. |
Item[Int32, Int32] |
This API supports the product infrastructure and is not intended to be used directly from your code. |
Item[Int32]
public:
property System::Object ^ default[int] { System::Object ^ get(int RowIndex); void set(int RowIndex, System::Object ^ value); };
public object this[int RowIndex] { get; set; }
member this.Item(int) : obj with get, set
Default Public Property Item(RowIndex As Integer) As Object
Parameters
- RowIndex
- Int32
Property Value
Applies to
Item[Int32, Int32]
public:
property System::Object ^ default[int, int] { System::Object ^ get(int RowIndex, int ColumnIndex); void set(int RowIndex, int ColumnIndex, System::Object ^ value); };
public object this[int RowIndex, int ColumnIndex] { get; set; }
member this.Item(int * int) : obj with get, set
Default Public Property Item(RowIndex As Integer, ColumnIndex As Integer) As Object
Parameters
- RowIndex
- Int32
- ColumnIndex
- Int32