XLL+ Class Library (6.3)

CXllApp::MakeSheetName

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

static CString MakeSheetName(
   const char* pszBook,
   const char* pszSheet
);
static CString MakeSheetName(
   const wchar_t* pszBook,
   const wchar_t* 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()