IWorksheet.SplitCell Example

I'm wondering if there is some example of using IWorksheet.SplitCell functionality. I didn't see anything in the samples area.

Thanks!


1 Reply

AD Administrator Syncfusion Team February 22, 2008 11:58 AM UTC

Hi KLilley,

Thank you for your interest in Syncfusion products.

SplitCell Example

You can split the cells by using the following code snippet:


[C#]
sheet.Range["A1"].Text = "split cells";

// Merge
sheet.Range["A1:A3"].Merge();


Please refer the sample in the below link which illustrates the above:

http://websamples.syncfusion.com/samples/XlsIO.Web/6.1.0.34/F71953/main.htm

Please try running the above sample and let me know if this helps.

Regards,
G.Yavana






Loader.
Up arrow icon