C
Chip
I'm missing something. I'm trying to remove a column in a gridlist using the
following syntax:
grdList.Columns.Remove(grdList.Columns(0))
All this does is screw up the formatting in the table. Column is still
there.
Chip
following syntax:
grdList.Columns.Remove(grdList.Columns(0))
All this does is screw up the formatting in the table. Column is still
there.
Chip