Update Mode Constants

The following constants represent update modes. The update mode determines how existing data in the application cells is handled during operations such as loading data and copying data.

Table 59. Enum HSV_DATA_UPDATE_MODE Constants

Constant

Description

HSV_DATA_UPDATE_ACCUMULATE

Accumulate mode: if a cell contains data, the data in the cell to be copied or loaded is added to the existing data.

HSV_DATA_UPDATE_MERGE

Merge mode: if a cell contains data, and the corresponding cell to be loaded or copied also contains data, the existing data is replaced. However, if the cell to be loaded or copied does not contain data, then the existing data is preserved.

HSV_DATA_UPDATE_REPLACE

Replace mode: existing data in all specified cells is cleared, then the data is loaded or copied. However, if the connected user does not have full access rights to all specified cells, none of the data is changed.

HSV_DATA_UPDATE_REPLACEWITHSECURITY

Replace with Security mode: existing data is cleared in all specified cells to which the user has full access rights, then the data is copied or loaded. Cells to which the user lacks full access are ignored.