XmlMappedRange._AddressType.Item Property (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 ReadOnly Property Item ( _
    RowAbsolute As Boolean, _
    ColumnAbsolute As Boolean, _
    ReferenceStyle As XlReferenceStyle, _
    External As Boolean, _
    RelativeTo As Object _
) As String
'Usage
Dim instance As XmlMappedRange..::._AddressType
Dim RowAbsolute As Boolean
Dim ColumnAbsolute As Boolean
Dim ReferenceStyle As XlReferenceStyle
Dim External As Boolean
Dim RelativeTo As Object
Dim value As String

value = instance.Item(RowAbsolute, ColumnAbsolute, _
    ReferenceStyle, External, RelativeTo)
public string Item[
    bool RowAbsolute,
    bool ColumnAbsolute,
    XlReferenceStyle ReferenceStyle,
    bool External,
    Object RelativeTo
] { get; }

Parameters

Property Value

Type: System.String

Permissions

See Also

Reference

XmlMappedRange._AddressType Class

XmlMappedRange._AddressType Members

Microsoft.Office.Tools.Excel Namespace