Share via


SectionOld.SlideIdList Property

slideIdLst.Represents the attribte in schema: slideIdLst

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "slideIdLst")> _
Public Property SlideIdList As ListValue(Of UInt32Value)
    Get
    Set
'Usage
Dim instance As SectionOld
Dim value As ListValue(Of UInt32Value)

value = instance.SlideIdList

instance.SlideIdList = value
[SchemaAttrAttribute(, "slideIdLst")]
public ListValue<UInt32Value> SlideIdList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<UInt32Value>

See Also

Reference

SectionOld Class

SectionOld Members

DocumentFormat.OpenXml.Office2010.PowerPoint Namespace