示例#1
0
 protected RTableRowsContainer()
 {
     this._tableRows  = new RTableRows();
     this._visibility = new RVisibility();
 }
示例#2
0
 public RTableRow()
 {
     Height      = new Unit(0.25, UnitType.Inch);
     _tableCells = new RTableCells();
     Visibility  = new RVisibility();
 }