Hi Support,
I’m testing the new Aspose.Cells 8.0.0 dll. Using the DeleteColumns function I’ve found an issue. This is my code:
Cells.DeleteColumns(0, index, true);
As you can see in the attached example, when the “index” parameter is equal to 0, all the worksheet columns are deleted.
This did not happen using the previous Aspose.Cells version.