Method Merge
Merge(Row, Row)
Merge the given rows and return the resulting Row.
Declaration
public Row Merge(Row master, Row existing)
Parameters
Type | Name | Description |
---|---|---|
Row | master | the master Row |
Row | existing | the existing Row |
Returns
Type | Description |
---|---|
Row | the resulting Row, or |
Merge(Cell, Cell)
Declaration
public virtual Cell Merge(Cell m, Cell e)
Parameters
Type | Name | Description |
---|---|---|
Cell | m | the master Cell |
Cell | e | the existing Cell |
Returns
Type | Description |
---|---|
Cell | the resulting Cell, or |