Skip to main content
A newer version of this page is available. .
Row

ValueObject.RangeValue Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

public Range RangeValue { get; }

Property Value

Type Description
Range

A Range object that specifies the worksheet Range.

Remarks

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

See Also