set_calculated_value method

set_calculated_value

Sets the calculated value for the cell.

def set_calculated_value(self, v):
    ...
ParameterTypeDescription
vany

Remarks

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

See Also