Cell element (Actions Row) ('Visio XML')
Last modified: March 09, 2015
Applies to: Office 2013 | Office 365 | Visio 2013
In this article
Element information
Definition
Elements and attributes
Remarks
Specifies one property of an action associated with a custom command on a shortcut or action tag menu.
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
|
Element |
Type |
Description |
|---|---|---|
|
Specifies one property of an action associated with a custom command on a shortcut or action tag menu. |
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
Specifies a reference to a drawing page. |
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
E |
xsd:string |
optional |
Indicates that the formula evaluates to an error. The value of E is the current value (an error message string); the value of the V attribute is the last valid value. |
An error message string. |
|
F |
xsd:string |
optional |
Represents the element’s formula. This attribute can contain one of the following strings:
|
A formula. |
|
N |
xsd:string |
required |
Represents the name of the ShapeSheet cell. |
The name of the ShapeSheet cell. See the Remarks section below. |
|
U |
xsd:string |
optional |
Represents a unit of measure The default is DL. |
The units of the cell. |
|
V |
xsd:string |
optional |
Represents the value of the cell. |
The value of the ShapeSheet cell. |
The N attribute of this Cell element must be one of a limited set of values that correspond to ShapeSheet cells. Refer to the table below to determine the values of the N attribute that are permitted for this Cell element.
|
Value |
Description |
More information |
|---|---|---|
|
Action |
Contains the formula to be executed when a user chooses a command on a shortcut or action tag menu. |
|
|
BeginGroup |
Indicates whether a separator is inserted into the menu above this action. |
|
|
ButtonFace |
Identifies the icon that appears next to an item on a shortcut or action tag menu. |
|
|
Checked |
Indicates whether an item is checked on the shortcut or action tag menu. |
|
|
Disabled |
Indicates whether an item on a shortcut or action tag menu is disabled. |
|
|
FlyoutChild |
Determines whether the row is a child flyout menu of the last row above it that is not a flyout child. |
|
|
Invisible |
Indicates whether the action is visible on the action tag or shortcut menu. |
|
|
Menu |
Defines the name of a menu item that appears on a shortcut or action tag menu for a shape or page. |
|
|
ReadOnly |
Controls whether the action on an action tag or shortcut menu is read-only. |
|
|
SortKey |
A number that determines the order of actions that appear on a shortcut or action tag menu. |
SortKey Cell (Actions Section) SortKey Cell (Actions Section) |
|
TagName |
Contains the name of the action tag that this action is associated with. |