This documentation is archived and is not being maintained.
DEPENDSON Function
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article
Syntax
Remarks
Example
Creates a cell reference dependency.
DEPENDSON(cellref[,cellref2,...])
Parameters
|
Name
|
Required/Optional
|
Data Type
|
Description
|
|
cellref
|
Required
|
String
|
The first cell reference.
|
|
cellref2
|
Optional
|
String
|
The second cell reference.
|
This function always returns FALSE. It has no effect when used in an Event row or an Action cell.
OPENTEXTWIN() + DEPENDSON(PinX,PinY)
Opens the text block for a shape whenever the shape's PinX or PinY cells change.