merge cell

How to merge text of two rows in col 0?

1 Reply

AD Administrator Syncfusion Team March 29, 2004 07:01 PM UTC

You can cover 2 cells, say cell(2,0) and cell(3,0), and treat them as a single cell using: grid.CoveredCells.Add(GridRangeInfo.Cells(2, 0, 3,0));

Loader.
Up arrow icon