Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / INames Interface / Item Property
A string value indicates the name of the defined name.
An object indicates what the defined name refers to.


In This Topic
    Item Property (INames)
    In This Topic
    Gets the defined name by the specified name.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal name As String, _
       Optional ByVal worksheet As IWorksheet _
    ) As IName
    'Usage
     
    
    Dim instance As INames
    Dim name As String
    Dim worksheet As IWorksheet
    Dim value As IName
     
    value = instance.Item(name, worksheet)
    IName this[ 
       string name,
       IWorksheet worksheet
    ]; {get;}

    Parameters

    name
    A string value indicates the name of the defined name.
    worksheet
    An object indicates what the defined name refers to.

    Property Value

    An IName object contained by the collection.
    See Also