CalculationData.Cell

CalculationData.Cell property

Gets the Cell object where the function is in.

public Cell Cell { get; }

Remarks

When calculating a formula without setting it to a cell, such as by CalculateFormula, the formula will be calculated just like it has been set to cell A1, so both CellRow and CellColumn are 0. However, cell A1 in the worksheet may has not been instantiated. So for such kind of situation this property will be null.

See Also