lFlags

Flags that indicate the cells to which the action is applied and when the action is applied. The following flags indicate the cells to which the action is applied:

Value

Meaning

CONVIEW_ACTION_ACTIVEONLY

[0x0000] Apply the effect on the active cell only.

CONVIEW_ACTION_SELECTED

[0x0001] Apply the effect on all the cells.

CONVIEW_ACTION_ALLCELLS

[0x0002] Apply the effect on the selected cells only.

The following flags indicate when the action is applied:

Value

Meaning

CONVIEW_ACTION_REALTIME

[0x0000] Apply the action during the mouse movement. This option is only valid if either CONVIEW_ACTION_ALLCELLS or CONVIEW_ACTION_SELECTED is also set.

CONVIEW_ACTION_ONRELEASE

[0x0010] Apply the action after releasing the mouse button. This option is only valid if either CONVIEW_ACTION_ALLCELLS or CONVIEW_ACTION_SELECTED is also set.