XlValueObject.RangeValue Property
In This Article
Converts the object’s value to a worksheet range and returns the result.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public XlCellRange RangeValue { get; }
#Property Value
Type | Description |
---|---|
Xl |
A Xl |
#Remarks
To determine whether the XlValueObject originates from the range, check the XlValueObject.IsRange property.
See Also