The ILanerAttributeColumns interface contains properties and methods used to work with the collection of displayed series attributes.
| Property name | Brief description | |
| The Column property returns the column of a workbook sidehead that displays specified attribute. | ||
| The Count property returns the number of attributes in the collection. | ||
| Outdated. The Item property returns an attribute from the collection by its index. The property is obsolete, use Column. | ||
| The ShowFullNamesInHints property determines whether to show hierarchy of attribute values. |
| Method name | Brief description | |
| Outdated. The Add method adds an attribute to collection. The method is outdated, use AddByType. | ||
| The AddByType method adds an attribute to the collection. | ||
| The Clear method clears all attributes from the collection. | ||
| The Move method shifts the attribute in the collection. | ||
| The Remove method removes the attribute from the collection by its index. |
See also: