Back to Devexpress

ValueObject.IsRange Property

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

latest1.4 KB
Original Source

ValueObject.IsRange Property

Gets whether the object originates from a worksheet Range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public bool IsRange { get; }
vb
Public ReadOnly Property IsRange As Boolean

Property Value

TypeDescription
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

ValueObject Class

ValueObject Members

DevExpress.Spreadsheet Namespace