Expand Minimize
0 out of 2 rated this helpful - Rate this topic

Range.Address Property

Returns the range reference.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
string this[
	Object RowAbsolute,
	Object ColumnAbsolute,
	XlReferenceStyle ReferenceStyle,
	Object External,
	Object RelativeTo
] { get; }

Parameters

RowAbsolute
Type: System.Object
Optional Object. True to return the row part of the reference as an absolute reference. The default value is True.
ColumnAbsolute
Type: System.Object
Optional Object. True to return the column part of the reference as an absolute reference. The default value is True.
ReferenceStyle
Type: Microsoft.Office.Interop.Excel.XlReferenceStyle
Optional XlReferenceStyle.
External
Type: System.Object
Optional Object. True to return an external reference; False to return a local reference. The default value is False.
RelativeTo
Type: System.Object
Optional Object. If RowAbsolute and ColumnAbsolute are False, and ReferenceStyle is xlR1C1, you must include a starting point for the relative reference. This argument is a Range object that defines the starting point.

Property Value

Type: System.String

If the reference contains more than one cell, RowAbsolute and ColumnAbsolute apply to all rows and columns.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.