Ejemplo n.º 1
0
        //------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------

        #region Constructors

        internal TableRowGroupCollection(Table owner)
        {
            _rowGroupCollectionInternal = new TableTextElementCollectionInternal <Table, TableRowGroup>(owner);
        }
Ejemplo n.º 2
0
        //------------------------------------------------------
        //
        //  Constructors
        //
        //------------------------------------------------------

        #region Constructors

        internal TableCellCollection(TableRow owner)
        {
            _cellCollectionInternal = new TableTextElementCollectionInternal <TableRow, TableCell>(owner);
        }