【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。

2.2.6.17.55 GridControl::InsertCol


Contents

Description

Insert one column at selected column, or specified position.

Syntax

BOOL InsertCol( int nCol = -1 )

Parameters

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

Return

false if nCol is invalid, otherwise true

Examples

See examples of AddCol

Remark

See Also

GridControl::AddCol
GridControl::SetCols

Header to Included

GridControl.h