This method inserts a new column into the grid. Column is the column
index where the new column should be inserted, Caption is the column
header caption, Justification is the column header caption justification
style (default is left justified), ColumnWidth is the width (in pixels)
of the new column (default is fit to caption), and ColumnImageIndex is
the image from the control's image list to display beside the column
header caption (default is none). Note that due to limitations in the
Windows grid control, the first column in the control is always left
justified and the justification style is ignored for that column.