Exemplo n.º 1
0
Arquivo: XL.cs Projeto: uaqeel/ZeusXL
 public static void ClearMemoryAndRecalculate()
 {
     XLOM.Reset();
     XlCall.Excel(XlCall.xlcCalculateNow);
 }
Exemplo n.º 2
0
Arquivo: XL.cs Projeto: uaqeel/ZeusXL
 public static void ClearMemory()
 {
     XLOM.Reset();
 }