XLL+ Class Library (6.3)

CXlRef::MaxCol

Returns the maximum legal column number (counting from 0)

static long MaxCol( );

Return Value

The maximum legal column number, counting from 0 as column A.

Remarks

This is 255 in all versions of Excel up to Excel 11 (Excel 97). For Excel 12 it is 16384.

You can find more information about the limits of array sizes in System Limits.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods | CXlRef::MaxRow() | System Limits