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 | Returns the ID of the worksheet that contains the current cell. |
| Value | Gets or sets the content of a cell for which calculation starts. |
See Also