Hi Michael,
You could use the GetIsMerged() method of Worksheet as demonstrated below:
Regarding the documentation articles, RadSpreadsheet uses the model of RadSpreadProcessing and you could use the information from both sections of our documentation.
Hope this helps.
Regards,
Tanya
Telerik
You could use the GetIsMerged() method of Worksheet as demonstrated below:
myWorksheet.Cells.GetIsMerged(
new
CellIndex(0,0));
Regarding the documentation articles, RadSpreadsheet uses the model of RadSpreadProcessing and you could use the information from both sections of our documentation.
Hope this helps.
Regards,
Tanya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items