ShapeGuideCollection
Contents
[
Hide
]ShapeGuideCollection class
Encapsulates a collection of shape guide
Constructors
| Name | Description |
|---|---|
| ShapeGuideCollection |
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | ShapeGuide | Gets a shape guide by index |
Methods
| Name | Description |
|---|---|
| add | Adds a shape guide.(Important: This feature is currently only available for Excel07 and above) |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
ShapeGuideCollection()
ShapeGuideCollection.Count property
Type: int
ShapeGuideCollection.Item (int) property
Gets a shape guide by index
Type: ShapeGuide
add(name, val) (1 of 2)
Adds a shape guide.(Important: This feature is currently only available for Excel07 and above)
| Parameter | Type | Description |
|---|---|---|
| name | String | the name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on. |
| val | float | the value of adjust |
add(value) (2 of 2)
Reserved for internal use.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.