TDeleteEmptyBands Enumeration
Defines how bands will be removed when they have 0 records.
Syntax
Unit: FlexCel.Report
Members
| Name | Value | Description | 
| MoveRangeUp | 0 | All the sheet will be moved up, and the rows of the band will disappear. 
 | 
| ClearDataOnly | 1 | The cells in the sheet won't move, but the data in the cells will be cleared. Formats of the cell will remain. 
 | 
| ClearDataAndFormats | 2 | The cells in the sheet won't move, but all data and formats in the cells will be cleared. 
 |