Declaration
public Structure<CombinedCell<TCell>> CombineCells(
IEnumerable<TCell> cells
)
Summary
Returns a new structure in which the specified set of cells is combined (merged) into a single cell.
Parameters
IEnumerable<TCell> | cells |
Set of cells to combine into one. |
Remarks
See remarks at the other overload,
Structure<TCell>.CombineCells(params TCell[]).