[]
Returns the DDCell object located in the specified row and column.
public DDCell Cell(int iRow, int iColumn)
Type | Name | Description |
---|---|---|
int | iRow | The zero-based row number of the cell. |
int | iColumn | The zero-based column number of the cell. |
Type | Description |
---|---|
DDCell | The DDCell object for the specified row and column. |
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.