XLL+ Class Library (7.0)

CXllApp::SplitSheetName

Get a workbook and sheet name from [book]sheet format

static SplitSheetName(
   const char* pszFullName,
   CStringA& strBook,
   CStringA& strSheet
);
static SplitSheetName(
   const wchar_t* pszFullName,
   CStringW& strBook,
   CStringW& strSheet
);

Parameters

pszFullName

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

strBook

The name of the workbook wil be placed here, if any is contained in pszFullName.

strSheet

The name of the worksheet will be placed here.

Example

CXllApp::SplitSheetName() Example

Requirements

Header: xllplus.h

See Also

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