value property

value property

Gets and sets value of the input cell.

Definition:

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

See Also