BehaviorPropertyCollectionInsert Method (Int32, String) |
Inserts a new property (with the specified property value) to the collection at the specified index.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void Insert(
int index,
string propertyValue
)
Public Sub Insert (
index As Integer,
propertyValue As String
)
public:
virtual void Insert(
int index,
String^ propertyValue
) sealed
abstract Insert :
index : int *
propertyValue : string -> unit
override Insert :
index : int *
propertyValue : string -> unit
Parameters
- index
- Type: SystemInt32
Index where a new property should be inserted. - propertyValue
- Type: SystemString
Value of the property to add.
Implements
IBehaviorPropertyCollectionInsert(Int32, String)
See Also