Expand description
Defined names (named ranges) management.
Provides functions to add, retrieve, update, delete, and list defined names in an Excel workbook. Defined names can be workbook-scoped (visible from all sheets) or sheet-scoped (visible only in the specified sheet).
Structs§
- Defined
Name Info - Information about a defined name.
Enums§
- Defined
Name Scope - Scope of a defined name.
Functions§
- delete_
defined_ name - Delete a defined name by name and scope.
- get_
all_ defined_ names - List all defined names in the workbook.
- get_
defined_ name - Get a defined name by name and scope.
- set_
defined_ name - Add or update a defined name in the workbook.