Freigeben über


Iterate.Backwards-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Hinweise

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.

Siehe auch

Referenz

Iterate Klasse

Iterate-Member

DocumentFormat.OpenXml.Presentation-Namespace