XLL+ Class Library (7.0)

CXlStringArg Class

Holds a string argument passed from Excel.

class CXlStringArg

Overview

A CXlStringArg represents a string passed to an add-in function by Excel.

If your add-in is designed to support both Excel 2007 and earlier versions of Excel, then you cannot tell in advance whether the string will be an ANSI string (Excel 2003 and below) or a Unicode string (Excel 2007 and above).

Requirements

Header: xlpstringarg.h

See Also

CXlStringArg Methods | xlpstringarg.h | CString