DhElement | +--DhBaseContainer | +--DhRowpublic class DhRow
Creates a table row.
Constructors
Name | Description |
---|---|
DhRow() | Creates a DhRow object. |
Methods
Name | Description |
---|---|
add(DhCell cell) | Adds a cell to end of this row. |
getCell( int nCol ) | Topic under construction. |
getColumnCount() | Topic under construction. |
getDataField( ) | Topic under construction. |
getRecordNumber() | Topic under construction. |
setDataField( String strDataField ) | Topic under construction. |
Creates a DhRow object. This constructor creates an empty row.
Adds a cell to end of this row.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.