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