public method O2GMessagesTable.isCellValid
Brief
Checks whether the cell value can be used or not.
Declaration | ||||
|
Parameters | |
row |
The index of a row. The index must be between |
column |
The index of a column. The index must be between |
Details
The possible return values are:
|
The cell value in a table has changed since the previous update and is specified in the response. The value can be used. |
|
The cell value in a table has not changed since the previous update and is not specified in the response. The value can not be used. |
This returned value can be true
or false
only in the case of the table reader being applied to the TablesUpdates response.
Otherwise, the method returns true
.
Declared in O2GGenericTableResponseReader