I can't find the function in the dll.
Can it support?
Thanks.
I don't understand your question. Can you be more specific?
Hi, i have the same question.
I open an excel file and need to insert a row between the existing rows. I cant find a method to do that. Is it possible?
thanks
Claudio
Hi Claudio,
No, there's currently no support for inserting rows in the Infragistics Excel Workbook object. You should Submit a feature request to Infragistics
was looking for this as well. Thanks
Hi,
Does the latest version library support the row inserting functionality?
Thanks a lot.
Felix
Hello Felix,
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
This depends on your exact requirements. If you want to 'insert' a new row at the end of the already existing rows you could do it with
sheet.Rows[lastIndex].Cells[0].Value = "TEST";
for example.
Otherwise, if you want to insert a new row between already existing rows, I could log a new product idea for you, regarding this functionality.