[]
Sets threaded comment text.
string Text(string text = null, int start = -1, bool? overwrite = null)
Function Text(Optional text As String = Nothing, Optional start As Integer = -1, Optional overwrite As Boolean? = Nothing) As String
Type | Name | Description |
---|---|---|
string | text | The text to be added. |
int | start | The character number where the added text will be placed. |
bool? | overwrite |
|
Type | Description |
---|---|
string | A threaded comment text. |