CalculationCell Class

CalculationCell class

Represents the calculation relevant data about one cell which is being calculated.


type CalculationCell struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
SetCalculatedValueSets the calculated value for the cell.
GetWorkbookGets the Workbook object.
GetWorksheetGets the Worksheet object where the cell is in.
GetCellRowGets the row index of the cell.
GetCellColumnGets the column index of the cell.
GetCellGets the Cell object which is being calculated.