| Visual Basic (Declaration) | |
|---|---|
Public Sub AppendText( _ ByVal text As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void AppendText( string text ) | |
Parameters
- text
| Visual Basic (Declaration) | |
|---|---|
Public Sub AppendText( _ ByVal text As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void AppendText( string text ) | |