Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / HandleValidCharacter Method
Numerical value for an ASCII character


In This Topic
HandleValidCharacter Method (GeneralEditor)
In This Topic
Internal use only. Determines whether the character is handled by the control.
Syntax
'Declaration
 
Public Overrides Function HandleValidCharacter( _
   ByRef c As Integer _
) As Boolean
 
'Usage
 
Dim instance As GeneralEditor
Dim c As Integer
Dim value As Boolean
 
value = instance.HandleValidCharacter(c)

Parameters

c
Numerical value for an ASCII character
See Also