IBehaviorPropertyCollectionInsert 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)
Syntaxvoid Insert(
int index,
string propertyValue
)
Sub Insert (
index As Integer,
propertyValue As String
)
void Insert(
int index,
String^ propertyValue
)
abstract 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.
See Also