コード例 #1
0
ファイル: DataSheetCell.cs プロジェクト: icgam/Easify.Excel
 public decimal GetDecimalMandatory()
 {
     return(_cell.GetDecimalMandatory());
 }