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