Comment.Text(Object, Object, Object) Method

Definition

Sets comment text.

public string Text (object Text, object Start, object Overwrite);
Public Function Text (Optional Text As Object, Optional Start As Object, Optional Overwrite As Object) As String

Parameters

Text
Object

Optional Object. The text to be added.

Start
Object

Optional Object. The character number where the added text will be placed. If this argument is omitted, any existing text in the comment is deleted.

Overwrite
Object

Optional Object. True to overwrite the existing text. The default value is False (text is inserted).

Returns

Applies to