Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CellCalculationArgs Properties

Provides data for the ICustomCalculationService.OnBeginCellCalculation method.
Name Description
CellKey Gets the cell key that uniquely identifies a cell in a workbook.
Column Gets the index of a column containing the current cell.
Handled Gets or sets whether to perform cell calculation.
Row Gets the index of a row containing the current cell.
SheetId Gets the ID of a worksheet that contains the current cell.
Value Gets or sets the content of a cell for which calculation starts.
See Also