Partager via


IRange.AddressLocal Property

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property AddressLocal ( _
    RowAbsolute As Object, _
    ColumnAbsolute As Object, _
    ReferenceStyle As XlReferenceStyle, _
    External As Object, _
    RelativeTo As Object _
) As String
    Get
'Usage
Dim instance As IRange
Dim RowAbsolute As Object
Dim ColumnAbsolute As Object
Dim ReferenceStyle As XlReferenceStyle
Dim External As Object
Dim RelativeTo As Object
Dim value As String

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

Parameters

Property Value

Type: System.String

See Also

Reference

IRange Interface

IRange Members

Microsoft.Office.Interop.Excel Namespace