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.
データバインドされたdatagridviewセルがあります。セル開始編集イベントを使用して、セルの以前の値を保存しようとしています。このセル情報を保存しようとすると、.csv にあるテキストではなく、値メンバー フィールドの値が保存されますcombobox。私が使用するコードは次のとおりです。
datagridview
combobox
stroldvalue = DGVTransactions.CurrentCell.Value
セルのテキストを保存する方法はありますか?
を使用していると仮定すると、次の方法DataGridViewComboBoxColumn()でテキストを取得できます。
DataGridViewComboBoxColumn()
DGVTransactions.CurrentCell.EditedFormattedValue