Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / HandleValidCharacter Method / HandleValidCharacter(Int32) Method
Numerical value for an ASCII character


In This Topic
    HandleValidCharacter(Int32) Method
    In This Topic
    Internal use only. Determines whether the character is handled by the control.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function HandleValidCharacter( _
       ByRef c As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim c As Integer
    Dim value As Boolean
     
    value = instance.HandleValidCharacter(c)
    public virtual bool HandleValidCharacter( 
       ref int c
    )

    Parameters

    c
    Numerical value for an ASCII character
    See Also