[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheet.Cell

Cell Method

Cell(int, int)

Returns the DDCell object located in the specified row and column.

Declaration
public DDCell Cell(int iRow, int iColumn)
Parameters
Type Name Description
int iRow

The zero-based row number of the cell.

int iColumn

The zero-based column number of the cell.

Returns
Type Description
DDCell

The DDCell object for the specified row and column.

Remarks

This function may throw an ArgumentOutOfRangeException if the specified iRow or iColumn is out of range. The minimum value for both the iRow and iColumn arguments is 0.