public method O2GMessageTableRow.getColumns

Brief

Gets the columns of the table.

Declaration
Java
O2GTableColumnCollection  getColumns ()

Details

The returned object must be released using the release() method when the object is not required anymore.

Declared in O2GRow

back