Removes a line of text from the comment.
Visual Basic |
---|
Public Function RemoveLine( _ ByVal Line As Long _ ) As Boolean |
- Line
- Required Long representing the line of text to be removed.
Boolean value indicating success or failure of call to remove a line of text from the comment. If Line is greater than the number of current lines in the comment, the call will fail.