Ejemplo n.º 1
0
 public CellQuery()
 {
     this.CellColumns             = new CellColumnList(0);
     this.SectionColumns          = new SectionColumnList(0);
     this._per_shape_section_info = new List <List <SectionColumnDetails> >(0);
 }
Ejemplo n.º 2
0
 public CellQuery()
 {
     this.CellColumns         = new CellColumnList(0);
     this.SectionColumns      = new SectionColumnList(0);
     this.PerShapeSectionInfo = new List <List <SectionColumnDetails> >(0);
 }