public method O2GOrdersTable.isCellChanged

Brief

Checks whether the cell is changed.

Declaration
C#
bool  isCellChanged (int row, int column)

Parameters
row

The index of the row. The index must be between 0 and Count - 1.

column

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

Declared in O2GTable

back