Constant Value | Description | Numeric Equivalent |
---|---|---|
CP_NONE | Empty rows and columns are allowed and maintained | 0 |
CP_ROWS | Empty rows are removed automatically but empty columns are maintained | 1 |
CP_COLUMNS | Empty columns are removed automatically but empty rows are maintained | 2 |
CP_BOTH | Empty rows and columns are removed automatically | 3 |