ColDimChanged Event

This event is fired by the control when the value of the ColDim property changes.

Syntax

ColDimChanged (dim)

Parameters

dim
A Long value that provides the new value of the ColDim property.

Remarks

The ColDimChanged event may be fired if the ColDim property is set programatically. It can also be fired by user interaction with the control, such as by right-clicking on a dimension name to select a different dimension.

See Also

RowDimChanged