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
- RowIndex
Type: System.Int32
- ColumnIndex
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