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