The IListViewColumns interface contains properties and methods of the collection of columns of the ListView component.
| Property name | Brief description | |
| The Count property returns the number of component columns. | ||
| The Item property returns the specified component column parameters. | ||
| The ListView property returns the parent object. |
| Method name | Brief description | |
| The Add method adds a new column. | ||
| The Clear method removes all component columns. | ||
| The Delete method removes the specified component column. |
See also: