[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ShortcutDictionary.Values

Values Property

Values

Gets a collection that contains the values in the inner collection.

Declaration
public ICollection<string> Values { get; }
Public ReadOnly Property Values As ICollection(Of String)
Property Value
Type Description
ICollection<string>

A string collection that contains the values of the collection.

Implements