コード例 #1
0
 /**
  * Should be called whenever there are Changes To input cells in the evaluated workbook.
  */
 public void Clear()
 {
     if (_evaluationListener != null)
     {
         _evaluationListener.OnClearWholeCache();
     }
     _plainCellCache.Clear();
     _formulaCellCache.Clear();
 }