is_formula property
is_formula property
Indicates whether this pivot item is a calculated formula item.
Remarks
NOTE: This property is now obsolete. Instead, please use PivotItem.IsCalculatedItem property instead. This property will be removed 12 months later since November 2024. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def is_formula(self):
...
@is_formula.setter
def is_formula(self, value):
...
See Also
- module
aspose.cells.pivot
- class
PivotItem