Skip to main content
All docs
V19.1
.NET Standard 2.0+
Row

Range.DirectDependents Property

Gets a list of ranges (cells) whose formulas use the current range or cell.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

IList<Range> DirectDependents { get; }

Property Value

Type Description
IList<Range>

A list of ranges (cells) with formulas which use the current range or cell directly.

See Also