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
- RowIndex
Type: System.Int32
Property Value
Type: System.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
XmlMappedRange._ItemType Class