ShapeGuideCollection

ShapeGuideCollection class

Encapsulates a collection of shape guide

Constructors

NameDescription
ShapeGuideCollection

Properties

NameTypeDescription
Countint
Item (int)ShapeGuideGets a shape guide by index

Methods

NameDescription
addAdds a shape guide.(Important: This feature is currently only available for Excel07 and above)
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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)

ParameterTypeDescription
nameStringthe name of adjust. It’s as “adj(Used when there is only one adjustment value)”, “adj1”, “adj2”, “adj3” and so on.
valfloatthe 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.