[]
Returns an array of IRange object that represents all the precedents of a cell. This can be a multiple selection (a union of Range objects) if there's more than one precedent.
IRange[] GetFullPrecedents(bool excludeUnlinkedWorksheet = true)
Function GetFullPrecedents(Optional excludeUnlinkedWorksheet As Boolean = True) As IRange()
| Type | Name | Description |
|---|---|---|
| bool | excludeUnlinkedWorksheet |
|
| Type | Description |
|---|---|
| IRange[] | The precedents. |
The method can trace remote references