예제 #1
0
 public CellQuery()
 {
     this.Columns             = new ColumnList(0);
     this.Sections            = new SectionQueryList(this, 0);
     this.PerShapeSectionInfo = new List <List <SectionQueryInfo> >(0);
 }
예제 #2
0
 public SectionsQuery()
 {
     this.SectionQueries = new SectionQueryList(0);
 }