ExcelFormulaParser.Engine.CalculationChain.CalcChain.Add C# (CSharp) Méthode

Add() public méthode

public Add ( CalcCell cell ) : void
cell CalcCell
Résultat void
        public void Add(CalcCell cell)
        {
            Count++;
            Current = cell;
        }