The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
AVAbirami Varadharajan Syncfusion Team April 21, 2016 12:58 PM UTC
Hi Mark,
Thank you for contacting syncfusion support.
Yes, it is possible to insert rows in between the existing cells using InsertRow method . We have shared a sample for your reference which can be downloaded from the following link.
Code Example:
Worksheet.InsertRow(int iRowIndex, int iRowCount, ExcelInsertOptions insertOptions);
Thanks, but that method inserts an entire row, not a range.
See my original post for an example.
Mark
AVAbirami Varadharajan Syncfusion Team April 22, 2016 12:48 PM UTC
Hi Mark,
Currently, there is no direct method to insert cells. But your requirement can be achieved through a workaround, we have created a custom method Insertcellsto insert cells in between the existing cells and you can move them right or down. The sample illustrating this behaviour can be downloaded from the following link.