Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / BaseKeyCollection Class / Keys Property


In This Topic
Keys Property (BaseKeyCollection)
In This Topic
Gets a System.String array that contains the keys in the BaseKeyCollection.
Syntax
'Declaration
 
Public ReadOnly Property Keys As String()
 
'Usage
 
Dim instance As BaseKeyCollection
Dim value() As String
 
value = instance.Keys
See Also