Exemplo n.º 1
0
        public Word Add(string text)
        {
            Word xw = new Word();

            xw.Row  = this;
            xw.Text = text;
            mWords.Add(xw);
            return(xw);
        }