The IDimensionViewerColumns interface contains properties and methods used to work with the collection of columns of the DimensionCombo and DimensionTree.
| Property name | Brief description | |
| The Count property returns the collection columns count. | ||
| The DimensionViewer property returns the parent object. | ||
| The Item property returns the parameters of a specified column. |
| Method name | Brief description | |
| The Add method adds a new column to the collection. | ||
| The Clear method removes all the columns from a collection. | ||
| The Delete method removes a column from the collection. | ||
| The LoadState method loads parameters of component columns state. | ||
| The SaveState method saves component columns state. |
See also: