IWorkbook.Calculate Method
Name | Parameters | Description |
---|---|---|
Calculate() | none | Forces recalculation of the workbook. |
Calculate(CellRange) | range | Forces recalculation of the specified cell range in a worksheet. |
Calculate(Worksheet) | sheet | Forces recalculation of the specified worksheet in a workbook. |