Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ValueObject.IsRange Property

Gets whether the object originates from a worksheet Range.

Namespace: DevExpress.Spreadsheet

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

Declaration

public bool IsRange { get; }

Property Value

Type Description
Boolean

true, if the object has a CellRange value; otherwise, false.

Remarks

Use the ValueObject.RangeValue to get the CellRange value of the object.

See Also