Pré. | Proc. |
Swimlanes Class
A Swimlanes object is attached to a diagram's SwimlaneDef object and provides a mechanism to access individual swimlanes.Swimlanes Attributes
Attribute |
Description |
See also |
---|---|---|
Count |
Long Notes: Read/Write Gives the number of swimlanes. |
|
ObjectType |
ObjectType Notes: Read only Distinguishes objects referenced through a Dispatch interface. |
ObjectType |
Swimlanes Methods
Method |
Description |
See also |
---|---|---|
Add(string Title, long Width) |
Swimlane Notes: Adds a new swimlane to the end of the list, and returns a swimlane object representing the newly added entry. Parameters:
|
Swimlane Class |
Delete(object Index) |
Void Notes: Deletes a selected swimlane. If the string matches more than one entry, only the first entry is deleted. Parameter:
|
|
DeleteAll() |
Void Notes: Removes all swimlanes. |
|
Insert(long Index, string Title, long Width) |
Swimlane Notes: Inserts a swimlane at a specific position, and returns a swimlane object representing the newly added entry. Parameters:
|
Swimlane Class |
Items(object Index) |
Swimlane collection Notes: Accesses an individual swimlane. If the string matches more than one swimlane title, the first matching swimlane is returned. Parameter:
|
Swimlane Class |