Refresh a worksheet
void RefreshWorksheet( DWORD dwSheet ); void RefreshWorksheet( const char* pszBookName, const char* pszSheetName ); void RefreshWorksheet( const wchar_t* wpszBookName, const wchar_t* wpszSheetName ); |
The sheet ID of a worksheet.
The name of an open workbook.
The name of a worksheet in the workbook.
The name of an open workbook.
The name of a worksheet in the workbook.
The function calls xlcFormulaReplace for the worksheet, for each of the functions of the functions specified in the object's constructor.
Header: xlhandle.h