CellRange.Precedents Property
In This Article
Gets a list of ranges (cells) that are used by a formula in the current cell or range.
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) on which the current range or cell depends. |
See Also