| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: grid-row grid-column &key (row-number 0) (column-number 0)
Removes the cached value (if any) for the grid cell that is defined by
the intersection of grid-row (which must
be a grid-row
) and
row-number with
grid-column (which must be a grid-column
) and
column-number. Also calls invalidate-cell to cause the cell to
be redrawn, reading a possibly updated application value to display.
See cache-cell-values.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |