Spread Windows Forms 12.0 Product Documentation
Count Property (ShortcutDictionary)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ShortcutDictionary Class : Count Property
Gets the number of elements contained in the ShortcutDictionary.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
'Usage
 
Dim instance As ShortcutDictionary
Dim value As Integer
 
value = instance.Count
public int Count {get;}

Property Value

A System.Int32 value that represents the number of elements contained in the ShortcutDictionary.
See Also

Reference

ShortcutDictionary Class
ShortcutDictionary Members