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.
Versioning
Implemented in: MSXML 3.0 and later