XLL+ Class Library (6.3)

CXlRef::ColToAA

Converts a column number to its A1 style column letter(s)

CStringA ColToAA(
   COL12 cColumn
) const;

Parameters

cColumn

Column number - 0 represents the left-most column.

Return Value

A string containing the column's name in A1 format. This may contain one, two or three letters.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods