Skip to main content
Row

CellRange.Dependents Property

Gets a list of ranges (cells) whose formulas refer to the current range or cell, directly or indirectly (at any level).

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IList<CellRange> Dependents { get; }

Property Value

Type Description
IList<CellRange>

A list of ranges (cells) which are dependent of the current range or cell.

See Also