예제 #1
0
 public TablixRow(Inch height, TablixCells tablixCells)
 {
     this.Height      = height;
     this.tablixCells = tablixCells;
 }
예제 #2
0
 public TablixHeader(Inch size, CellContents cellContents)
 {
     this.Size         = size;
     this.cellContents = cellContents;
 }