Following line of code will delete table column but also corrupt workbook and table will lose formatting:
table.Column(3).Delete(XLShiftDeletedCells.ShiftCellsLeft);
table.Column(3).Delete(XLShiftDeletedCells.ShiftCellsLeft);