'Declaration
Function Text( _ Optional ByVal text As String, _ Optional ByVal start As Integer, _ Optional ByVal overwrite As Nullable(Of Boolean) _ ) As String
'Usage
Dim instance As ICommentThreaded Dim text As String Dim start As Integer Dim overwrite As Nullable(Of Boolean) Dim value As String value = instance.Text(text, start, overwrite)
Parameters
- text
- The text to be added.
- start
- The character number where the added text will be placed.
- overwrite
false
to insert the text.