Compartir a través de


Iterate.Backwards Propiedad

Definición

Hacia atrás

Representa el atributo siguiente en el esquema: hacia atrás

[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

Valor de propiedad

Devuelve BooleanValue.

Atributos

Comentarios

La siguiente información de ECMA International Standard ECMA-376 puede ser útil al trabajar con esta clase.

Este atributo especifica si se va a ir hacia atrás en la escala de tiempo al nodo anterior.

Los valores posibles para este atributo se definen mediante el tipo de datos Esquema boolean XML.

Se aplica a