Skip to main content
Row

ValueObject.RangeValue Property

Converts the object’s value to a worksheet range and returns the result.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellRange RangeValue { get; }

Property Value

Type Description
CellRange

A CellRange object that specifies the worksheet Range.

Remarks

To determine whether the ValueObject originates from the range, check the ValueObject.IsRange property.

See Also