XLL+ Class Library

CXllApp::MakeSheetName

Combine a workbook and sheet name to [book]sheet format

[C++]
static CString MakeSheetName(
   const char* pszBook,
   const char* pszSheet
);

Parameters

pszBook

The name of the workbook.

pszSheet

The name of the worksheet.

Return value

The name of the sheet in "[book]sheet" format.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::SplitSheetName() | CXllApp::GetSheetName()