columnNumber Property (Visual Basic)

MSXML 5.0 SDK

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

columnNumber Property (Visual Basic)

Returns the column number where the current document event ends.

This is the number of the first character following the current document event. The first column in a line is position 1.

Implementation Syntax

Property columnNumber As Long

Usage Syntax

NumVal=IVBSAXLocator.columnNumber

Return Values

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

Remarks

The columnNumber property is read-only.

See Also

lineNumber Property (Visual Basic)

Applies to: IVBSAXLocator Interface