[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.INames.Get

Get Method

Get(string)

Gets the defined name by the specified name.

Declaration
IName Get(string name)
Function [Get](name As String) As IName
Parameters
Type Name Description
string name

A string value indicates the name of the defined name.

Returns
Type Description
IName

An IName object contained by the collection.

Remarks

This function has different behavior than this[string, object]. It'll look up defined name from workbook or any worksheet.