XLL+ Class Library

CXlRef::TopLeftToString

Converts the top left corner of the reference to a string address

[C++]
CString TopLeftToString(
   BOOL bA1 = FALSE
) const;

Parameters

bA1

TRUE to have the address in A1 format; FALSE for R1C1 format.

Return value

A string containing the address of the top left cell of the range.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods