Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ShortcutDictionary Class / Values Property


In This Topic
    Values Property (ShortcutDictionary)
    In This Topic
    Gets a collection that contains the values in the inner collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As ICollection(Of String)
    'Usage
     
    
    Dim instance As ShortcutDictionary
    Dim value As ICollection(Of String)
     
    value = instance.Values
    public ICollection<string> Values {get;}

    Property Value

    A string collection that contains the values of the collection.
    See Also