[#BloombergLP-balxml-MiniReader-getColumnNumber] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/MiniReader.adoc[MiniReader]::getColumnNumber :relfileprefix: ../../../ :mrdocs: Return the current column number within the input stream. == Synopsis Declared in `<balxml_minireader.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual int getColumnNumber() const override; ---- == 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 current column number, or 0 if not available [.small]#Created with https://www.mrdocs.com[MrDocs]#