Back to Devexpress

CellRange.DirectDependents Property

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

latest1.4 KB
Original Source

CellRange.DirectDependents Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
IList<CellRange>

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

|

See Also

Dependents

Precedents

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace