Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / AllowNewText Method


In This Topic
    AllowNewText Method (GeneralEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Protected Overrides Function AllowNewText( _
       ByVal text As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim text As String
    Dim value As Boolean
     
    value = instance.AllowNewText(text)
    protected override bool AllowNewText( 
       string text
    )

    Parameters

    text
    See Also