XmlMappedRange._ItemType.Item Property (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 _
) As Object
'Usage
Dim instance As XmlMappedRange..::._ItemType
Dim RowIndex As Integer
Dim value As Object

value = instance.Item(RowIndex)

instance.Item(RowIndex) = value
public Object Item[
    int RowIndex
] { 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