CustomShow.SlideList Property

List of Presentation Slides.Represents the element tag in schema: p:sldLst

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property SlideList As SlideList
    Get
    Set
'Usage
Dim instance As CustomShow
Dim value As SlideList

value = instance.SlideList

instance.SlideList = value
public SlideList SlideList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Presentation.SlideList
Returns SlideList.

See Also

Reference

CustomShow Class

CustomShow Members

DocumentFormat.OpenXml.Presentation Namespace