CommonTimeNode.SubTimeNodeList Property

Sub-TimeNodes List.Represents the element tag in schema: p:subTnLst

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

Syntax

'Declaration
Public Property SubTimeNodeList As SubTimeNodeList
    Get
    Set
'Usage
Dim instance As CommonTimeNode
Dim value As SubTimeNodeList

value = instance.SubTimeNodeList

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.SubTimeNodeList
Returns SubTimeNodeList.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace