[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.AppendText

AppendText Method

AppendText(string)

Appends text to the current text of the edit control.

Declaration
public void AppendText(string text)
Public Sub AppendText(text As String)
Parameters
Type Name Description
string text

The text to append to the current contents of the edit control.

Remarks

You can use this method to add text to the existing text in the control instead of using the concatenation operator (+) to concatenate text to the Text property.

See Also