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.
Contains the shape data item's value as entered in the Define Shape Data dialog box.
Remarks
Formulas entered in this cell are overridden by values entered in the Define Shape Data dialog box. This is true even if you use the GUARD function to protect the formula.
To get a reference to the Value cell by name from another formula, or from a program by using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
Prop. Name .Value where Prop. Name is the row name |
To get a reference to the Value cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionProp |
| Row index: |
visRowProp + i where i = 0, 1, 2... |
| Cell index: |
visCustPropsValue |