CalculationCell Class
CalculationCell class
Represents the calculation relevant data about one cell which is being calculated.
type CalculationCell struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| SetCalculatedValue | Sets the calculated value for the cell. | 
| GetWorkbook | Gets the Workbook object. | 
| GetWorksheet | Gets the Worksheet object where the cell is in. | 
| GetCellRow | Gets the row index of the cell. | 
| GetCellColumn | Gets the column index of the cell. | 
| GetCell | Gets the Cell object which is being calculated. |