Main page / Useful info about ShapeSheet™ / Visio ShapeSheet reference / ShapeSheet™. List of functions by category
ShapeSheet. Category Cell manipulations control flow
|
Name |
Details |
DEPENDSON Version Added: Pre 2003 |
Creates a cell reference dependency. Syntax DEPENDSON(cellref[,cellref2,...]) |
FORMULAEXISTS Version Added: 2003 |
Indicates whether the referenced cell contains a formula. Syntax FORMULAEXISTS (cellref) |
GETREF Version Added: Pre 2003 |
References a cell and doesn't recalculate the formula when the referenced cell changes. Syntax GETREF(cellname) |
GETVAL Version Added: Pre 2003 |
Gets the value of a cell and doesn't recalculate the formula when the cell's value changes. Syntax GETVAL(cellname) |
GUARD Version Added: Pre 2003 |
Protects expression from deletion and change by actions performed in the drawing window, for example, moving, sizing, grouping, or ungrouping shapes. Syntax GUARD(expression) |
LOCALFORMULAEXISTS Version Added: 2003 |
Indicates whether the referenced cell contains a local formula. Syntax LOCALFORMULAEXISTS (cellref) |
SETATREF Version Added: 2003 |
Redirects updated values resulting from actions in the user interface (UI) or Automation to another cell. Syntax SETATREF(reference [,set_expression [,ignore_eval]]) |
SETATREFEVAL Version Added: 2003 |
Used in the set_expression parameter of the SETATREF function to indicate that set_expression should be evaluated before assigning to the reference parameter in SETATREF. Syntax SETATREFEVAL(expr) |
SETATREFEXPR Version Added: 2003 |
Stores a value that is set through an action in the user interface (UI) or Automation. Syntax SETATREFEXPR ([expr_opt]) |
SETF Version Added: Pre 2003 |
Sets a cell's formula. Syntax SETF( GETREF(cell), formula) |
USE Version Added: Pre 2003 |
Applies the line pattern, fill pattern, or line end called name to the shape when placed in the LinePattern, FillPattern, BeginArrow, or EndArrow cell. Syntax USE("name") |