IDimensionViewerColumns.SaveState

Syntax

SaveState: String;

Description

The SaveState method saves component columns state.

Comments

The method saves parameters of state into XML structure and returns it in the string format. The following parameters are saved for each column:

The obtained parameters can be further used to restore column state by using the LoadState method.

See also:

IDimensionViewerColumns