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.
Property columnNumber As Long
NumVal=IVBSAXLocator.columnNumber
If failed, returns -1 and raises a trappable error.
The columnNumber
property is read-only.
lineNumber Property (Visual Basic)
Applies to: IVBSAXLocator Interface