Example #1
0
        public static SingleXmlCellsDocument Parse(Stream stream)
        {
            CT_SingleXmlCells obj = (CT_SingleXmlCells)serializer.Deserialize(stream);

            return(new SingleXmlCellsDocument(obj));
        }
Example #2
0
 public void SetSingleXmlCells(CT_SingleXmlCells cells)
 {
     this.cells = cells;
 }
Example #3
0
 public SingleXmlCellsDocument(CT_SingleXmlCells cells)
 {
     this.cells = cells;
 }