DhRow.getCell

Overview | Methods | This Package | All Packages

DhRow.getCell

Returns the cell at the specified ordinal position.

Syntax

public DhCell getCell( int nCol )

Parameters

nCol

The ordinal column position of the cell.

Return Value

Returns the cell at position nCol. If no cell exists at this position, returns null.