value property

value property

If UseCell is true then this property represents AsCell.Value property. If UseCell is false then this property represents AsLiteral property. Read/write any.

Definition:

@property
def value(self):
    ...

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

See Also