[]
Gets the defined name by the specified name.
IName this[string name, IWorksheet worksheet = null] { get; }
ReadOnly Default Property Item(name As String, worksheet As IWorksheet = Nothing) As IName
Type | Name | Description |
---|---|---|
string | name | A string value indicates the name of the defined name. |
IWorksheet | worksheet | An object indicates what the defined name refers to. |
Type | Description |
---|---|
IName | An IName object contained by the collection. |