[#BloombergLP-balxml-Reader-getColumnNumber] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Reader.adoc[Reader]::getColumnNumber :relfileprefix: ../../../ :mrdocs: Return the current column number within the input stream. == Synopsis Declared in `<balxml_reader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int getColumnNumber() const = 0; ---- == Description The current column number is the number of characters since the last newline was read by the reader plus one, i.e., the first column of each line is column number one. Return 0 if not available. Note that a derived‐class implementation is not required to count columns and may just return 0. == Return Value the current column number, or 0 if not available [.small]#Created with https://www.mrdocs.com[MrDocs]#