Didn't see anything about merging cells except in the xam product. Any plans to add to UltraSpreadsheet?
Hi,
Ultra(Win)Spreadsheet supports merged cells. Merging is defined in the Excel worksheet itself. So if you load a worksheet with merged cell, the UltraSpreadSheet will display the merged cells correct.
You can merge cells in a worksheet in code using the worksheet.MergedCellRegions.Add method.
And you can even use the PerformAction method on the UltraSpreadsheet to call several merging commands such as:
Infragistics.Win.UltraWinSpreadsheet.UltraSpreadsheetAction.MergeCells
Infragistics.Win.UltraWinSpreadsheet.UltraSpreadsheetAction.MergeCellsAcross
Infragistics.Win.UltraWinSpreadsheet.UltraSpreadsheetAction.MergeCellsAndCenter