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

Property Value

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