XmlMappedRange._ItemType.Item Property (Int32, Int32)
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.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
Public Default Property Item ( _
RowIndex As Integer, _
ColumnIndex As Integer _
) As Object
Get
Set
'Usage
Dim instance As XmlMappedRange..::.._ItemType
Dim RowIndex As Integer
Dim ColumnIndex As Integer
Dim value As Object
value = instance(RowIndex, ColumnIndex)
instance(RowIndex, ColumnIndex) = value
public Object this[
int RowIndex,
int ColumnIndex
] { get; set; }
Parameters
- RowIndex
Type: System.Int32
- ColumnIndex
Type: System.Int32
Property Value
Type: System.Object
.NET Framework Security
- 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