CustomSlideShowCollectionAddNew Method |
Adds a new custom show with the specified name.
Namespace:
GemBox.Presentation
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic CustomSlideShow AddNew(
string name
)
Public Function AddNew (
name As String
) As CustomSlideShow
Parameters
- name
- Type: SystemString
The name of the custom show.
Return Value
Type:
CustomSlideShowA newly added custom show with the specified name.
ExceptionsException | Condition |
---|
ArgumentException | name is either or Empty or custom show with the same name already exists in the collection. |
See Also