public TablixRow(Inch height, TablixCells tablixCells) { this.Height = height; this.tablixCells = tablixCells; }
public TablixHeader(Inch size, CellContents cellContents) { this.Size = size; this.cellContents = cellContents; }