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

Range.DirectPrecedents Property

Gets a list of ranges (cells) that are directly referred to in the formulas in the current cell or range.

Namespace: DevExpress.Spreadsheet

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

Declaration

IList<Range> DirectPrecedents { get; }

Property Value

Type Description
IList<Range>

A list of ranges (cells) on which the current range or cell directly depends.

See Also