Esempio n. 1
0
        internal SLCellFormula Clone()
        {
            SLCellFormula cf = new SLCellFormula();

            cf.FormulaText          = this.FormulaText;
            cf.FormulaType          = this.FormulaType;
            cf.AlwaysCalculateArray = this.AlwaysCalculateArray;
            cf.Reference            = this.Reference;
            cf.DataTable2D          = this.DataTable2D;
            cf.DataTableRow         = this.DataTableRow;
            cf.Input1Deleted        = this.Input1Deleted;
            cf.Input2Deleted        = this.Input2Deleted;
            cf.R1            = this.R1;
            cf.R2            = this.R2;
            cf.CalculateCell = this.CalculateCell;
            cf.SharedIndex   = this.SharedIndex;
            cf.Bx            = this.Bx;

            return(cf);
        }
Esempio n. 2
0
        internal SLCellFormula Clone()
        {
            SLCellFormula cf = new SLCellFormula();
            cf.FormulaText = this.FormulaText;
            cf.FormulaType = this.FormulaType;
            cf.AlwaysCalculateArray = this.AlwaysCalculateArray;
            cf.Reference = this.Reference;
            cf.DataTable2D = this.DataTable2D;
            cf.DataTableRow = this.DataTableRow;
            cf.Input1Deleted = this.Input1Deleted;
            cf.Input2Deleted = this.Input2Deleted;
            cf.R1 = this.R1;
            cf.R2 = this.R2;
            cf.CalculateCell = this.CalculateCell;
            cf.SharedIndex = this.SharedIndex;
            cf.Bx = this.Bx;

            return cf;
        }