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