XLL+ Class Library (6.3)

CXllCom::OleGetWorksheetName

Get the name of a worksheet

static HRESULT OleGetWorksheetName(
   LPDISPATCH dispWorksheet,
   CString& strName
);

Parameters

dispWorksheet

Worksheet object.

strName

If the function is successful, the worksheet's name will be placed here.

Requirements

Header: xlpcom.h

See Also

CXllCom Class | CXllCom Methods