DataGridView 在新增資料行DataGridViewButtonColumn的時候,會產生一個新的Row 造成DataGridView的count一開始就是1 簡單的解決方式就是把屬性AllowUserToAddRows改成false