Converts a column number to its A1 style column letter(s)
[C++]
CString ColToA(
BYTE bColumn
) const;
Column number - 0 represents the left-most column.
A string containing the column's name in A1 format. This may contain one or two letters.
Header: xllplus.h