Refresh a worksheet
[C++]
void RefreshWorksheet(
DWORD dwSheet
);
void RefreshWorksheet(
const char* pszBookName,
const char* pszSheetName
);
The sheet ID of a worksheet.
The name of an open workbook.
The name of a worksheet in the workbook.
The function iterates through the named worksheet, calling
RefreshCell()
for each cell that contains any of the functions specified in
the object's constructor.
Header: xlhandle.h