internal SLTotalsRowFormula Clone()
        {
            SLTotalsRowFormula trf = new SLTotalsRowFormula();
            trf.Array = this.Array;
            trf.Text = this.Text;

            return trf;
        }
Пример #2
0
        internal SLTotalsRowFormula Clone()
        {
            SLTotalsRowFormula trf = new SLTotalsRowFormula();
            trf.Array = this.Array;
            trf.Text = this.Text;

            return trf;
        }