XLL+ Class Library

CXlRef::BottomRightToString

Converts the bottom right corner of the reference to a string address

[C++]
CString BottomRightToString(
   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 bottom right cell of the range.

Requirements

Header: xllplus.h

See Also

CXlRef Class | CXlRef Methods