ExcelFormulaParser.Engine.CalculationChain.CalcChain.Add C# (CSharp) 메소드

Add() 공개 메소드

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