Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は ac# Windows フォーム アプリケーションに DataGridView を持っています。この列は (長い) 値を返します。
今、値を変更したいのですが、これを行う方法がわかりません。
バインディングを行う場合 ( C# チュートリアル - DataGridView をコレクションにバインドする) - 自動的に変更されます。
以下を使用します。
dataGridView.Rows[i].Cells[j].Value = value;