CalculationCell.SetCalculatedValue

CalculationCell.SetCalculatedValue method

Sets the calculated value for the cell.

public void SetCalculatedValue(object v)

Remarks

User can set the calculated result by this method to ignore the automatic calculation for the cell.

See Also