Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Indicates whether an item is checked on the shortcut or action tag menu.
Note
In previous versions of Microsoft Visio, action tags are called smart tags.
| Value | Description |
|---|---|
| TRUE |
Check mark is displayed. |
| FALSE |
Check mark is not displayed (the default). |
Remarks
To get a reference to the Checked cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Actions. name .Checked where Actions. name is the name of the Actions row |
To get a reference to the Checked cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionAction |
| Row index: |
visRowAction + i where i = 0, 1, 2, ... |
| Cell index: |
visActionChecked |