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