示例#1
0
 internal bool IsTrue(int RowAbs, int ColAbs, int RowOfs, int ColOfs, TDebugStack aDebugStack, int FullDataSetIndex)
 {
     wi.Row              = RowAbs; wi.Col = ColAbs;
     wi.RowOfs           = RowOfs; wi.ColOfs = ColOfs;
     wi.DebugStack       = aDebugStack;
     wi.FullDataSetIndex = FullDataSetIndex;
     return(Convert.ToBoolean(Fmla.EvaluateAll(wi, new TCalcState(), new TCalcStack()), CultureInfo.CurrentCulture));
 }