XLL+ Class Library

CXlFormulaRefresh::RefreshCell

Refresh a cell

[C++]
void RefreshCell(
   DWORD dwSheet,
   const CXlRef & xlr
);

Parameters

dwSheet

The sheet ID of a worksheet.

xlr

A reference to a cell in the worksheet.

Remarks

The function causes the specified cell to be recalculated. If the cell is part of an array formula, then the entire array will be recalculated.

Requirements

Header: xlhandle.h

See Also

CXlFormulaRefresh Class | CXlFormulaRefresh Methods