public method IO2GMessagesTableResponseReader.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 as follows:
|
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 cannot be used. |
This returned value can be true
or false
only in case the table reader is applied to the
TablesUpdates response.
Otherwise, the method returns true
.
Declared in IO2GGenericTableResponseReader