Share via


IsInherited Property [Visio 2003 SDK Documentation]

Determines whether a formula of the cell is inherited from a master or a style.

intRet = object**.IsInherited**

intRet     Integer. True (-1) if the object's formula is inherited; otherwise, False (0).

object     Required. An expression that returns a Cell object.

Version added

4.0

Remarks

In the ShapeSheet window, values and formulas of cells that have local values appear in blue. Values and formulas of cells that inherit from a master or style appear in black.

Applies to | Cell object

See Also | CellExists property | InheritedFormulaSource property | InheritedValueSource property | IsConstant property | RowCount property