public method IO2GTable.isCellChanged

Brief

Defines whether the cell is changed.

Declaration
C++
virtual bool  isCellChanged (int row, int column) = 0

Parameters
row

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

column

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

Declared in IO2GTable

back