public method O2GTradeRow.isCellChanged

Brief

Gets a flag indicating whether the value of the cell is changed.

Declaration
Java
boolean  isCellChanged (int iColumn)

Parameters
iColumn

The index of the column. The index should be between 0 and getColumns().size() - 1.

Declared in O2GRow

back