MasterSlideCollectionInsertNew Method |
Inserts a new
MasterSlide to the collection at the specified index.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic MasterSlide InsertNew(
int index
)
Public Function InsertNew (
index As Integer
) As MasterSlide
Parameters
- index
- Type: SystemInt32
The zero-based index at which new MasterSlide should be inserted.
Return Value
Type:
MasterSlideA new
MasterSlide inserted to the collection.
Exceptions
See Also