value property
value property
Gets and sets the value of the property.
Definition:
@property
def value(self):
...
@value.setter
def value(self, value):
...
See Also
- module
aspose.cells.markup
- class
SmartTagProperty
Gets and sets the value of the property.
@property
def value(self):
...
@value.setter
def value(self, value):
...
aspose.cells.markup
SmartTagProperty