Hello
I need Help with this.
In office interop, I use:
((Range)excelWorksheet.Rows[RowIndex + 1]).Select();
((Range)excelWorksheet.Rows[RowIndex + 1]).Insert(XlInsertShiftDirection.xlShiftToRight, XlInsertFormatOrigin.xlFormatFromLeftOrAbove);
But in ClosedXML I do not how to used.
I use:
excelWorksheet.Row(RowIndex + 1).Select();
excelWorksheet.Row(RowIndex + 1).InsertRowsBelow(1);
But in the excel the Data do not respect the position. My excel have a Graph but this superposstion in the data.
Anyone can help me
Thanks
Michel Laos
mlaos@dcp.pe
↧