Cell.InheritedFormulaSource Property

Visio Automation Reference

Returns the cell from which this cell inherited its formula. Read-only.

Version Information
 Version Added:  Visio 2002

Syntax

expression.InheritedFormulaSource

expression   A variable that represents a Cell object.

Return Value
Cell

Remarks

If the formula in this cell is a local formula, the InheritedFormulaSource property returns itself.

See Also