Returns the column collection from the grid. This is a safe call and throws an exception if the grid has been disposed. Otherwide the grid throws a generic NullReferenceException.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
protected internal ColumnCollection GetCols(
	C1FlexGrid grid
)

Parameters

grid
Type: C1FlexGrid

Return Value

See Also