Click or drag to resize
RangeIsCols Property
Determines whether this is a range of columns.

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

Property Value

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