RemoveLine Method
Description
Removes a line of text from the comment.
Syntax
Visual Basic |
---|
Public Function RemoveLine( _ ByVal Line As Long _ ) As Boolean |
Parameters
- Line
- Required Long representing the line of text to be removed.
Return Type
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.
See Also