Returns the line number where the current document event ends.
This is the number of the line in which the first character following the current document event appears.
Property lineNumber As Long
NumVal = IVBSAXLocator.lineNumber
If failed, returns -1 and raises a trappable error.
The lineNumber
property is read-only.
columnNumber Property (Visual Basic)
Applies to: IVBSAXLocator Interface