I have a DataGridView in that contains 8 columns in it. The first two columns have their "visible" property set to False. It was always my understanding that even though the columns are hidden, they still contain values should there be values in them (this is a bound dgv). With that thought in mind, basically when a row is selected, I load the entire row into a collection. Upon viewing the collection while in debug mode, the values aren't present.
Thanks,
Thanks,