DataProxy.cancelRowChanges
void cancelRowChanges(int proxyRow, int col)Resets data at the corresponding row and column. If proxy_row corresponds to a new row, then that new row is deleted from proxy.
Parameters
proxyRow | the row to cancel changes |
col | the column to cancel changes, or less than 0 to cancel any change on the row row |