The ITabNamedRegions interface controls the parameters of table named regions collection.
| Property name | Description | |
| Count | The Count property returns the number of the table named ranges. | |
| Item | The Item property returns a table named range. |
| Method name | Description | |
| Add | The Add method adds a named range to the collection. | |
| Clear | The Clear method clears the named ranges collection. | |
| FindByName | The FindByName method searches for a table named range by name. | |
| Remove | The Remove method removes a named range by name. | |
| RemoveAt | The RemoveAt method removes a named range by index. |
See also: