Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterValue.RangeAreas Property

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

Namespace: DevExpress.Spreadsheet.Functions

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

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