Range.Address Property
Office 2010
Returns the range reference.
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.