Iterate.Backwards Property

Definition

Backwards

Represents the following attribute in the schema: backwards

[DocumentFormat.OpenXml.SchemaAttr(0, "backwards")]
public DocumentFormat.OpenXml.BooleanValue Backwards { get; set; }
public DocumentFormat.OpenXml.BooleanValue Backwards { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "backwards")]
public DocumentFormat.OpenXml.BooleanValue? Backwards { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("backwards")]
public DocumentFormat.OpenXml.BooleanValue? Backwards { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Backwards { get; set; }
member this.Backwards : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "backwards")>]
member this.Backwards : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("backwards")>]
member this.Backwards : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Backwards As BooleanValue

Property Value

Returns BooleanValue.

Attributes

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.

Applies to