Back to Devexpress

CellRange.Precedents Property

officefileapi-devexpress-dot-spreadsheet-dot-cellrange-1ea001c6.md

latest1.2 KB
Original Source

CellRange.Precedents Property

Gets a list of ranges (cells) that are used by a formula in the current cell or range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
IList<CellRange>

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

|

See Also

CellRange Interface

CellRange Members

DevExpress.Spreadsheet Namespace