XLL+ Class Library (7.0)

CXlMacros::TextRef

Converts a reference to an absolute reference in the form of text

static int TextRef(
   CXlOper& strreftext,
   LPCTSTR  text,
   bool a1 = false
);

Parameters

strreftext

A reference to a CXlOper that will contain the desired data if the function succeeds.

text

Text is a reference in the form of text.

a1

A1 is a logical value specifying the reference type of text.

Return Value

Zero if the function has been called successfully; non-zero if the function could not be called. See Error codes for a list of return values.

Remarks

See the Microsoft Excel on-line Help for full details about this function.

Requirements

Header: xlfuncs.h

See Also

CXlMacros Class | CXlMacros Methods