lineNumber Property (Visual Basic)

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

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.

See Also

columnNumber Property (Visual Basic)

Applies to: IVBSAXLocator Interface