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

Problem with inserting columns / rows

Hi, The following code: sheet.Range(1, 1).Text = "John" sheet.Range(1, 2).Text = "Frank" sheet.InsertColumn(2) sheet.Range(1, 2).Text = "Me" gives John | Me | Me instead of John | Me | Frank Am I doing something wrong? How to insert column or row and fill it with data without overriding other columns / rows? Jarek

1 Reply

AD Administrator Syncfusion Team May 15, 2006 10:46 AM UTC

Hi Jarek, Sorry for the delay in getting you. I am able to see the problem in version 4.1.0.62 but it has already been resolved in the upcoming version 4.2 which will be available soon. Please let me know if you have any other questions. BestRegards, Bharath

Loader.
Live Chat Icon For mobile
Up arrow icon