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
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