CommonBehaviorCollection
Append Method
|
Add new behavior to a collection.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Append(
CommonBehavior item
)
Public Function Append (
item As CommonBehavior
) As Integer
public:
int Append(
CommonBehavior^ item
)
member Append :
item : CommonBehavior -> int
Parameters
-
item
-
Type:
Spire.Presentation.Drawing.Animation
CommonBehavior
Behavior to add.
Return Value
Type:
Int32
Index of a new behavior in a collection.
See Also