DhCell Methods

Overview | This Package | All Packages

DhCell Methods

Constructors Description
DhCell Creates an empty cell.

Methods Description
add Adds an element to the cell.

getColSpan Retrieves the number of columns this cell spans.

getColumnNumber Retrieves the column number that this cell is in.

getRowNumber Retrieves the row number that this cell is in.

getRowSpan Retrieves the number of rows this cell spans.

getText Retrieves the text of the cell.

getValue Retrieves the numeric value displayed in the cell.

remove Removes an element from this cell.

setColSpan Sets the number of columns this cell spans.

setRowSpan Determines how many rows this cell spans.

setText Sets the text of the cell.

setValue Sets a numeric value for the cell.