딸러 단가 소수점 2자리로.

This commit is contained in:
chi
2021-07-12 22:51:51 +09:00
parent 487d2ebe76
commit 3af25188e1
13 changed files with 1290 additions and 335 deletions

View File

@@ -869,7 +869,7 @@
this.fpSpread1_Sheet1.Columns.Get(5).Label = "단가";
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Columns.Get(5).Width = 123F;
numberCellType2.DecimalPlaces = 3;
numberCellType2.DecimalPlaces = 2;
this.fpSpread1_Sheet1.Columns.Get(6).CellType = numberCellType2;
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "priceD";
this.fpSpread1_Sheet1.Columns.Get(6).ForeColor = System.Drawing.Color.Blue;