Click or drag to resize
RangeIsTable Property
Determines whether this range references an entire table.

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

Property Value

Type: Boolean
true if this range references an entire table; false otherwise.
See Also