Retrieves the line of text from the comment specified by the Line parameter.
Visual Basic |
---|
Public Function GetLine( _ ByVal Line As Long _ ) As String |
- Line
- Required Long representing the line of text to be retrieved.
String value containing the line of comment text specified by the line parameter. If Line is greater than the number of current lines in the comment, the string will be empty.