delimit-columns-end

delimit-columns-end is a variable defined in `delim-col.el'.
Its value is
1000000


Documentation:
Specify column number to end prettifying.

See also `delimit-columns-start' for documentation.

The following relation must hold:
0 <= delimit-columns-start <= delimit-columns-end

The column number start from 0 and it's relative to the beginning of selected
region. So if you selected a text region, the first column (column 0) is
located at beginning of line. If you selected a text rectangle, the first
column (column 0) is located at left corner.

You can customize this variable.