fixed
This commit is contained in:
@@ -2143,14 +2143,14 @@ namespace rmutr_report.Controllers
|
||||
XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell(row+2, 15).Style.Alignment.Horizontal =
|
||||
XLAlignmentHorizontalValues.Center;
|
||||
ws.Cell(row+3, 15).Style.Font.FontName =
|
||||
"TH SarabunPSK";
|
||||
ws.Cell(row+3, 15).Style.Font.SetBold().Font.FontSize = 14;
|
||||
ws.Cell(row+3, 15).Style.Alignment.Horizontal =
|
||||
XLAlignmentHorizontalValues.Center;
|
||||
row++;
|
||||
row += r1++;
|
||||
row += r2++;
|
||||
// ws.Cell(row+3, 15).Style.Font.FontName =
|
||||
// "TH SarabunPSK";
|
||||
// ws.Cell(row+3, 15).Style.Font.SetBold().Font.FontSize = 14;
|
||||
// ws.Cell(row+3, 15).Style.Alignment.Horizontal =
|
||||
// XLAlignmentHorizontalValues.Center;
|
||||
row++;
|
||||
row += r1;
|
||||
row += r2;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user