Skip to main content

ParameterValue.RangeAreas Property

Gets or sets a list of cell ranges passed as a parameter.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public List<CellRange> RangeAreas { get; set; }

Property Value

Type Description
List<CellRange>

A IList<T><CellRange,> object that is the list of cell ranges.

See Also