XmlMappedRange._ItemType.Item Property (Int32, Int32) (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public Property Item ( _
    RowIndex As Integer, _
    ColumnIndex As Integer _
) As Object
'Usage
Dim instance As XmlMappedRange..::._ItemType
Dim RowIndex As Integer
Dim ColumnIndex As Integer
Dim value As Object

value = instance.Item(RowIndex, ColumnIndex)

instance.Item(RowIndex, ColumnIndex) = value
public Object Item[
    int RowIndex,
    int ColumnIndex
] { get; set; }

Parameters

Property Value

Type: System.Object

Permissions

See Also

Reference

XmlMappedRange._ItemType Class

XmlMappedRange._ItemType Members

Item Overload

Microsoft.Office.Tools.Excel Namespace