[]
Returns a string value that represents the range reference.
string Address(bool rowAbsolute, bool columnAbsolute, ReferenceStyle refStyle, bool external, CellReference relativeTo, bool skipWorkbook = false)
Function Address(rowAbsolute As Boolean, columnAbsolute As Boolean, refStyle As ReferenceStyle, external As Boolean, relativeTo As CellReference, Optional skipWorkbook As Boolean = False) As String
Type | Name | Description |
---|---|---|
bool | rowAbsolute |
|
bool | columnAbsolute |
|
ReferenceStyle | refStyle | A ReferenceStyle value indicates the reference style. |
bool | external |
|
CellReference | relativeTo | The starting point for the relative reference if |
bool | skipWorkbook |
|
If the reference contains more than one cell, RowAbsolute and ColumnAbsolute apply to all rows and columns.
Returns a string value that represents the range reference.
string Address(bool rowAbsolute, bool columnAbsolute, ReferenceStyle refStyle, bool external, string relativeTo)
Function Address(rowAbsolute As Boolean, columnAbsolute As Boolean, refStyle As ReferenceStyle, external As Boolean, relativeTo As String) As String
Type | Name | Description |
---|---|---|
bool | rowAbsolute |
|
bool | columnAbsolute |
|
ReferenceStyle | refStyle | A ReferenceStyle value indicates the reference style. |
bool | external |
|
string | relativeTo | The starting point for the relative reference if |
If the reference contains more than one cell, RowAbsolute and ColumnAbsolute apply to all rows and columns.
Returns a string value that represents the range reference.
string Address(bool rowAbsolute = true, bool columnAbsolute = true, ReferenceStyle refStyle = ReferenceStyle.A1, bool external = false, IRange relativeTo = null)
Function Address(Optional rowAbsolute As Boolean = True, Optional columnAbsolute As Boolean = True, Optional refStyle As ReferenceStyle = ReferenceStyle.A1, Optional external As Boolean = False, Optional relativeTo As IRange = Nothing) As String
Type | Name | Description |
---|---|---|
bool | rowAbsolute |
|
bool | columnAbsolute |
|
ReferenceStyle | refStyle | A ReferenceStyle value indicates the reference style. |
bool | external |
|
IRange | relativeTo | The starting point for the relative reference if |
If the reference contains more than one cell, RowAbsolute and ColumnAbsolute apply to all rows and columns.