Skip to main content

XlValueObject.RangeValue Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

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