ParameterValue.RangeAreas Property
Gets or sets a list of cell ranges passed as a parameter.
Namespace: DevExpress.Spreadsheet.Functions
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
List<CellRange> | A IList<T><CellRange,> object that is the list of cell ranges. |
See Also