[]
Returns the collection of DDCells between the specified DDCells.
public DDCells Cells(DDCell start, DDCell end)
| Type | Name | Description |
|---|---|---|
| DDCell | start | The start DDCell. |
| DDCell | end | The end DDCell. |
| Type | Description |
|---|---|
| DDCells |
The collection would be selected as a rectangle, with the specified cells in opposite corners. The "end" cell can be above and/or to the left of the "start" cell.