table manipulation
Hi,
I need to remove an TableCell from TableObject in _StartReport (or elsewhere before the report is shown).
I tried table.columns.remove(TableCell) and also TableCell.Delete() but none is working.
Is there a way to remove one or more cells from a table while the report is building?
I need to remove an TableCell from TableObject in _StartReport (or elsewhere before the report is shown).
I tried table.columns.remove(TableCell) and also TableCell.Delete() but none is working.
Is there a way to remove one or more cells from a table while the report is building?
Comments