C++
void clearCellOverrides( int row, int column );
Description
Clears all overrides in the cell identified by row and column.
Parameters
Parameters | Description |
---|---|
row | Input index of the row in which the cell appears |
column | Input index of the column in which the cell appears |