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