I do not know, how to delete rows or sort a sheet using c#.
I have access to the cells, but something is missing (maybe only in my head
I tried this
XSpreadsheet oSheet;
XCellRange oCellRange;
oCellRange = oSheet.getCellRangeByPosition(0, i, 255, 1);
oCellRange.Delete () - this or similar is not existing !!
Thanks
frank