lineNumber Property (Visual Basic)

 

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.

Implementation Syntax

Property lineNumber As Long  

Usage Syntax

NumVal = IVBSAXLocator.lineNumber  

Return Values

If failed, returns -1 and raises a trappable error.

Remarks

The lineNumber property is read-only.

Versioning

Implemented in: MSXML 3.0 and later

Applies to

ISAXLocator Interface

See Also

columnNumber Property (Visual Basic)