Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ValueObject.RangeValue Property

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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