Back to Devexpress

ValueObject.RangeValue Property

officefileapi-devexpress-dot-spreadsheet-dot-valueobject.md

latest1.4 KB
Original Source

ValueObject.RangeValue Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellRange RangeValue { get; }
vb
Public ReadOnly Property RangeValue As CellRange

Property Value

TypeDescription
CellRange

A CellRange object that specifies the worksheet Range.

|

Remarks

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

See Also

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace