CustomSlideShowCollectionInsertNew Method |
Inserts a new custom show with the specified name at the specified index.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.3.35.1038 (21.3.35.1038)
Syntaxpublic CustomSlideShow InsertNew(
int index,
string name
)
Public Function InsertNew (
index As Integer,
name As String
) As CustomSlideShow
Parameters
- index
- Type: SystemInt32
The position in the collection where the new custom show should be inserted. - name
- Type: SystemString
The name of the custom show.
Return Value
Type:
CustomSlideShowA newly inserted custom show with the specified name.
Exceptions
See Also