How can I check if a DataGridView contains column \"x\" and column \"x\" is visible?
DataGridView
All I have so far is below.
if (Dgv.Columns.Contain
Loop through the columns, checking the heading (I assume that's what you're looking for) and the Visible property.