XLL+ Class Library

CXlMacros::Windows

Returns the names of the specified open Microsoft Excel windows

[C++]
static int Windows(
   std::vector<CString>& windows,
   short int type_num = 1,
   const char* match_text = 0
);

Parameters

windows

A vector of strings which will be populated with the list of names.

type_num

Type_num is a number that specifies which types of workbooks are returned.

match_text

Match_text specifies the windows whose names you want returned and can include wildcard characters.

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