AddLine Method
Description
Adds a line of text to the comment.
Syntax
Visual Basic |
---|
Public Function AddLine( _ ByVal Text As String _ ) As Boolean |
Parameters
- Text
- Required String value represents the line of text to be added to the comment.
Return Type
Boolean value indicating success or failure of call to method.
See Also