Skip to main content
Row

CellRange.DirectDependents Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IList<CellRange> DirectDependents { get; }

Property Value

Type Description
IList<CellRange>

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

See Also