formula property

formula property

Gets and sets the formula of the list column.

Definition:

@property
def formula(self):
    ...
@formula.setter
def formula(self, value):
    ...

See Also