[]
Represents a collection of all the IName objects in the workbook.
public interface INames
Public Interface INames
Name | Description |
---|---|
this[string, IWorksheet] | Gets the defined name by the specified name. |
Name | Description |
---|---|
Add(string, string, string, int, int, bool?) | Creates a new defined name. |
AddExternalVariable(string, ExternalVariable, string) | Creates a external variable. |
AddExternalVariable(string, string) | Creates a external variable. |
AddExternalVariable<T>(string, string) | Creates a external variable. |
Get(string) | Gets the defined name by the specified name. |
GetNames(FilterOptions, FilterScopes, bool) | Gets all sorted defined names inside a specified worksheet. |