CommonTimeNode.Iterate Property

Iterate.Represents the element tag in schema: p:iterate

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

Syntax

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

value = instance.Iterate

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.Iterate
Returns Iterate.

See Also

Reference

CommonTimeNode Class

CommonTimeNode Members

DocumentFormat.OpenXml.Presentation Namespace