コード例 #1
0
 public static CellStyle To2Digits(this CellStyle style)
 {
     return(style.ToCurrency(false, true));
 }