value property
value property
Gets the value of the item.
Definition:
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
See Also
- module aspose.cells.querytables
- class PowerQueryFormulaItem
Gets the value of the item.
@property
def value(self):
    ...
@value.setter
def value(self, value):
    ...
aspose.cells.querytablesPowerQueryFormulaItem