CellRange.DirectDependents Property
In This Article
Gets a list of ranges (cells) whose formulas use the current range or cell.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Cell |
A list of ranges (cells) with formulas which use the current range or cell directly. |
See Also