2.2.6.17.115 GridControl::SetMergeRow


Description

Sets whether a row will have its cells merged.

Syntax

bool SetMergeRow( int nRow, BOOL bSet = true, bool bExpand = false )

Parameters

nRow
[input] row index, first scrollable row's index is 0
bSet
[input] true to merge
bExpand
[input] if true it will add rows when there's not enough row

Return

false if nRow is invalid or there's not enough row, otherwise true

Examples

See examples of IsEnable

Remark

See Also

GridControl::SetMergeCol
GridControl::IsMergeRow

Header to Included

GridControl.h