[]
Gets or sets 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 | comment text. |
Sets comment text.
void Text(RichText text)
Sub Text(text As RichText)
Type | Name | Description |
---|---|---|
RichText | text | The text to be added. |