私の DataGridView では、行がインデックス 0 の場合、行を非表示にできません。
通貨マネージャーのポジションに関連付けられた行を非表示にすることはできません
Dim cm1 As CurrencyManager = CType(BindingContext(dgv.DataSource), CurrencyManager)
cm1.SuspendBinding()
dgv.Rows.Item(0).Visible = False 'this throws the exception