Click or drag to resize
GridControlHideRange Method
Hides a range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public virtual bool HideRange(
	Range range,
	bool hide
)

Parameters

range
Type: Stingray.GridRange
The cells range to hide.
hide
Type: SystemBoolean
The visible flag for all rows/columns.

Return Value

Type: Boolean
true if the command is successfully executed; false if the command fails or if the user aborts the operation.
See Also