Merge Cells

Other topics

Merging cells

//By range address
worksheet.Cells["A1:B5"].Merge = true;

//By indexes
worksheet.Cells[1,1,5,2].Merge = true;

Contributors

Topic Id: 8728

Example Ids: 27226

This site is not affiliated with any of the contributors.