Skip to main content
All docs
V19.1
.NET Framework 4.5.2+
Row

Range.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.v19.1.Core.dll

Declaration

IList<Range> Dependents { get; }

Property Value

Type Description
IList<Range>

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

See Also