Spread Windows Forms 12.0 Product Documentation
Get Method (INames)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > INames Interface : Get Method
A string value indicates the name of the defined name.
Gets the defined name by the specified name.
Syntax
'Declaration
 
Function Get( _
   ByVal name As String _
) As IName
'Usage
 
Dim instance As INames
Dim name As String
Dim value As IName
 
value = instance.Get(name)
IName Get( 
   string name
)

Parameters

name
A string value indicates the name of the defined name.

Return Value

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.
See Also

Reference

INames Interface
INames Members