Comment.Text(Object, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).