Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Custom functions
|
Name |
Details |
ARG Version Added: 2007 |
Specifies an argument that the calling cell can pass to a custom function, as well as the default value returned by the custom function if the calling cell does not pass in a value for the argument. Returns the value specified by the calling cell and the matching argName parameter. Syntax ARG(argName,[defaultValue]) |
EVALCELL Version Added: 2007 |
Takes a reference to a cell that contains a custom function as well as one or more name-value pairs to pass to the custom function as arguments (optional). Returns the calculated result of the custom function given the specified arguments and values. Syntax EVALCELL(cellRef,[arg1Name,arg1],[arg2Name,arg2],...) |