Skip to main content
All docs
V25.1
  • Row

    CellRange.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.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    IList<CellRange> DirectPrecedents { get; }

    Property Value

    Type Description
    IList<CellRange>

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

    See Also