csharp how to group console output into columns

Code Example - csharp how to group console output into columns

                
                        /* 
The Second value (in this case, 10) determines the width of the column in spaces.
Positive values cause your input to be right aligned, negative values are left aligned.
*/

Console.WriteLine(%%%~COMPRESS~PRE~0~%%%quot;{customer[DisplayPos],10}" +
                  %%%~COMPRESS~PRE~0~%%%quot;{salesFigures[DisplayPos],10}" +
                  %%%~COMPRESS~PRE~0~%%%quot;{feePayable[DisplayPos],10}" +
                  %%%~COMPRESS~PRE~0~%%%quot;{seventyPercentValue,10}" +
                  %%%~COMPRESS~PRE~0~%%%quot;{thirtyPercentValue,10}");