InsertCol
To insert a Column, use the InsertCol method.
InsertCol Where as Integer, NewLabel as String
Where:
The column value of where the coulumn is to be inserted.
NewLabel:
The text value of the column label.
To append a column do like:
Grid1.InsertCol Grid1.Cols+1,"some label"