質問編集履歴

2

改善

2018/07/26 06:01

投稿

xlostdjx
xlostdjx

スコア39

test CHANGED
File without changes
test CHANGED
File without changes

1

改善

2018/07/26 06:01

投稿

xlostdjx
xlostdjx

スコア39

test CHANGED
File without changes
test CHANGED
@@ -18,11 +18,7 @@
18
18
 
19
19
  ITEM_CD.ValueMember = "UNIT_PRICE";
20
20
 
21
- DgvSalesItem.Columns.Insert(DgvSalesItem.Columns["ITEM_CD"].Index, ITEM_CD);
21
+
22
-
23
- DgvSalesItem.Columns.Remove("ITEM_CD");
24
-
25
-
26
22
 
27
23
  ```
28
24