Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.Productivity Library / OfficeTools Object / SlideshowTemplate Property
In This Topic
    SlideshowTemplate Property
    In This Topic
    Gets or sets the presentation template to use when creating new slideshows.
    Syntax
    expression.SlideshowTemplate As String
    where expression is a variable that represents a OfficeTools Object
    Remarks
    This property is relevant only if the Office Tools assembly supports slideshow templates. To configure Office Tools to not use a template, pass in an empty string instead of nothing.
    See Also