Following doesn't work:
table.Column("MyHeaderName").Delete(XLShiftDeletedCells.ShiftCellsLeft);
I get IndexOutOfRange exception.
table.Column("MyHeaderName").Delete(XLShiftDeletedCells.ShiftCellsLeft);
I get IndexOutOfRange exception.