Back to Devexpress

CellRange.Dependents Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-da8ea4ef.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
IList<CellRange> Dependents { get; }
vb
ReadOnly Property Dependents As IList(Of CellRange)

Property Value

TypeDescription
IList<CellRange>

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

|

See Also

DirectDependents

Precedents

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace