public method O2GAccountTableRow.isCellChanged

Brief

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

Declaration
C#
bool  isCellChanged (int column)

Parameters
column

The index of the column. The index should be between 0 and Columns.Count - 1.

Declared in O2GRow

back