We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon