| MergeCell Method | |
| See Also Example |
- RowNum
- The row number of the matrix or the grid.
- startCol
- The column from which you want to start the merge.
- bMerge
Indicates whether to merge the cells.
- True: merge
- False: undo merge
Merge cells in a row, from the first one you want until the last one you want.
The text displayed in a merged cell is the content from the first cell.
- RowNum
- The row number of the matrix or the grid.
- startCol
- The column from which you want to start the merge.
- bMerge
Indicates whether to merge the cells.
- True: merge
- False: undo merge
| Merging a Cell in a Matrix (C#) | Copy Code | |
|---|---|---|
| ||