| CBCGPGridItem* CBCGPGridCtrl::MergeRange | ( | const CBCGPGridRange & | range, |
| BOOL | bRedraw = TRUE |
||
| ) |
Merges cells within the specified range.
Call this function to merge cells within the specified range.
The function does nothing if the current selection range partially covers other merged cells.
| range | Specifies the range to use for merge operation. |
| bRedraw | If TRUE, the grid will be redrawn when the merge operation completes. |