Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTextBox Class / InputNewLine Method


In This Topic
    InputNewLine Method (GcTextBox)
    In This Topic
    Insert a line feed char at the current caret position.
    Syntax
    'Declaration
     
    
    Public Sub InputNewLine() 
    'Usage
     
    
    Dim instance As GcTextBox
     
    instance.InputNewLine()
    public void InputNewLine()
    Remarks
    You can use this method to add line feed to the existing text.
    See Also