SectionOld.SlideIdList Property
slideIdLst.Represents the attribte in schema: slideIdLst
Namespace: DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "slideIdLst")> _
Public Property SlideIdList As ListValue(Of UInt32Value)
Get
Set
'使用
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>