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

XlValueObject.RangeValue Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public XlCellRange RangeValue { get; }

Property Value

Type Description
XlCellRange

A XlCellRange object that specifies the worksheet Range.

Remarks

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

See Also