Hello All,
I would like to programatically set the Column borders for a datagrid based on the column Index.
So I would like Columns(3) for exampe, to have a border but not Columns(1) or Columns(2).
The only thing remotely like this I can find is the datagridview grid setting. But this impacts the whole grid not just the parts I want.
Many Thanks