Click or drag to resize
RangeIsCells Property
Determines whether this is an arbitrary range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool IsCells { get; }

Property Value

Type: Boolean
true if this is an arbitrary range of cells; false otherwise.
See Also