getAddress(boolean,boolean,ReferenceStyle,IRange) Method
In This Topic
Returns a String value that represents the range reference.
Syntax
Parameters
- rowAbsolute
- True to return the row part of the reference as an absolute reference.The default value is true.
- columnAbsolute
- True to return the column part of the reference as an absolute reference.The default value is true.
- referenceStyle
- The reference style. The default value is A1.
- relativeTo
- If RowAbsolute and ColumnAbsolute are false,and ReferenceStyle is R1C1, defines a starting point for the relative reference. The default reference is $A$1.
See Also