The IPageControlSheets interface contains properties and methods of the pages collection of the PageControl component.
| Property name | Brief description | |
| The Count property returns the number of hierarchies in the collection. | ||
| The Item property returns the specified component page parameters. |
| Method name | Brief description | |
| The Add method adds a page to the collection of component pages. | ||
| The Clear method removes all pages of the component. | ||
| The Insert method inserts a new page into the specified position of the collection. | ||
| The Remove method removes the specified page from the component. | ||
| The RemoveAt method removes the page with the specified index from the collection. |
See also: