is_in_table property

is_in_table property

Indicates whether this cell is part of table formula.

Remarks

NOTE: This class is now obsolete. Instead, please use Cell.IsTableFormula to check whether the cell formula is part of table formula. This property will be removed 12 months later since May 2018. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def is_in_table(self):
    ...

See Also