Section.SectionSlideIdList Property
SectionSlideIdList.Represents the element tag in schema: p14:sldIdLst
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property SectionSlideIdList As SectionSlideIdList
Get
Set
'Usage
Dim instance As Section
Dim value As SectionSlideIdList
value = instance.SectionSlideIdList
instance.SectionSlideIdList = value
public SectionSlideIdList SectionSlideIdList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.PowerPoint.SectionSlideIdList