DataGrid SetColumns Method
Sets the Columns property after the grid is initialized.
R←G SetColumns C
G is the grid instance. C is an array of DataGridColumn objects.
This method should be used to set the Columns property after the grid is initialized.