Share via


Iterate.Backwards Property

Backwards.Represents the attribte in schema: backwards

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

Syntax

'Declaration
<SchemaAttrAttribute(, "backwards")> _
Public Property Backwards As BooleanValue
    Get
    Set
'Usage
Dim instance As Iterate
Dim value As BooleanValue

value = instance.Backwards

instance.Backwards = value
[SchemaAttrAttribute(, "backwards")]
public BooleanValue Backwards { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

This attribute specifies whether to go backwards in the timeline to the previous node.

The possible values for this attribute are defined by the XML Schema boolean datatype.

See Also

Reference

Iterate Class

Iterate Members

DocumentFormat.OpenXml.Presentation Namespace