[]
Returns a string value that represents the range reference. If all parameters are omitted, the return value is equal to the Address property.
string GetAddress(bool rowAbsolute = true, bool columnAbsolute = true, ReferenceStyle referenceStyle = ReferenceStyle.A1, IRange relativeTo = null)
Function GetAddress(Optional rowAbsolute As Boolean = True, Optional columnAbsolute As Boolean = True, Optional referenceStyle As ReferenceStyle = ReferenceStyle.A1, Optional relativeTo As IRange = Nothing) As String
Type | Name | Description |
---|---|---|
bool | rowAbsolute |
|
bool | columnAbsolute |
|
ReferenceStyle | referenceStyle | The reference style. |
IRange | relativeTo | If RowAbsolute and ColumnAbsolute are |
Type | Description |
---|---|
string |