ExcelFormulaParser.Engine.CalculationChain.CalcChain.Add C# (CSharp) Method

Add() public method

public Add ( CalcCell cell ) : void
cell CalcCell
return void
        public void Add(CalcCell cell)
        {
            Count++;
            Current = cell;
        }