Click or drag to resize
RangeIsRows Property
Determines whether this is a range of rows.

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

Property Value

Type: Boolean
true if this is a range of rows; false otherwise.
See Also