Parameters
- rowAbsolute
true
to return the row part of the reference as an absolute reference.- columnAbsolute
true
to return the column part of the reference as an absolute reference.- refStyle
- A ReferenceStyle value indicates the reference style.
- external
true
to return the external reference; otherwise,false
to return local reference.- relativeTo
- The starting point for the relative reference if rowAbsolute and columnAbsolute are
false
and the refStyle is ReferenceStyle.R1C1.
Return Value
A System.String value represents the range reference.