IDefinedNameList Interface
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
A collection of defined names in a workbook.
Namespace:Bytescout.Spreadsheet.COMAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The IDefinedNameList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the DefinedNameList. | |
ItemInt32 | Gets the DefinedName at the specified index. | |
ItemString | Gets the DefinedName with the specified name. |
Methods
Name | Description | |
---|---|---|
Add | Adds a name to the collection, or modifies the name if it already exists. | |
IndexOf | Searches for the specified string and returns the zero-based index of the first occurrence within the entire DefinedNameList. | |
RemoveAt | Removes the element at the specified index of the DefinedName. |
See Also