Share via


XmlMappedRange._OffsetType.Item Property

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 ReadOnly Default Property Item ( _
    RowOffset As Integer, _
    ColumnOffset As Integer _
) As Range
    Get
'Usage
Dim instance As XmlMappedRange..::.._OffsetType
Dim RowOffset As Integer
Dim ColumnOffset As Integer
Dim value As Range

value = instance(RowOffset, ColumnOffset)
public Range this[
    int RowOffset,
    int ColumnOffset
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Interop.Excel.Range

.NET Framework Security

See Also

Reference

XmlMappedRange._OffsetType Class

XmlMappedRange._OffsetType Members

Microsoft.Office.Tools.Excel Namespace