public PresentationPage AddBlankPage( BlankPageTemplateType templateType, int insertIndex )
Public Function AddBlankPage( _ ByVal templateType As BlankPageTemplateType, _ ByVal insertIndex As Integer _ ) As PresentationPage
Parameters
- templateType
- The blank page template type
- insertIndex
- The insert position. If -1, the page is added to the end of the page collection. If 0, the page is added to the beginning of the page collection.
Return Value
A blank PresentationPage