ValueObject.IsRange Property
Gets whether the object originates from a worksheet Range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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