Spread 8.0 Documentation
|
|
ActiveX
|
Support Options
|
ActiveX
To monitor data changes
- If your control contains more than one sheet, specify the sheet with which you want to work by setting the Sheet property.
-
Using the SetCellDirtyFlag method,
- Set the Col parameter to the column number of the cell to monitor, or set the value to –1 to specify an entire row.
- Set the Row parameter to the row number of the cell or cells to monitor.
- Set the Dirty parameter to TRUE to flag changed cells.
- Use the GetCellDirtyFlag method to check whether a specific cell's data has been changed.