ValueObject.RangeValue Property
Converts the object’s value to a worksheet range and returns the result.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CellRange |
Remarks
To determine whether the ValueObject originates from the range, check the ValueObject.IsRange property.
See Also