GridControl::DeleteCol

 

Description

Removes one column.

Syntax

BOOL DeleteCol( int nCol = -1 )

Parameters

nCol
[input] 0-offset column index. If less than 0, it will remove the selected column

Return

false if nCol is invalid, otherwise true

Examples

See examples of AddCol

Remark

See Also

GridControl::AddCol
GridControl::GetNumCols

Header to Included

GridControl.h