[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.Cells

Cells Method

Cells(DDCell, DDCell)

Returns the collection of DDCells between the specified DDCells.

Declaration
public DDCells Cells(DDCell start, DDCell end)
Parameters
Type Name Description
DDCell start

The start DDCell.

DDCell end

The end DDCell.

Returns
Type Description
DDCells
Remarks

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.