Spread Windows Forms 12.0 Product Documentation
Values Property (ShortcutDictionary)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ShortcutDictionary Class : Values Property
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

Reference

ShortcutDictionary Class
ShortcutDictionary Members