[]
Gets the dependent ranges of the left top cell of the range.
IReadOnlyList<IRange> GetDependents()
Function GetDependents() As IReadOnlyList(Of IRange)
Type | Description |
---|---|
IReadOnlyList<IRange> | The dependent ranges. |
Gets the dependent ranges of all the cells of the range.
IReadOnlyList<IRange> GetDependents(bool includeIndirect)
Function GetDependents(includeIndirect As Boolean) As IReadOnlyList(Of IRange)
Type | Name | Description |
---|---|---|
bool | includeIndirect | Include the indirect dependent cells. |
Type | Description |
---|---|
IReadOnlyList<IRange> | The dependent ranges. |