Iterate.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

属性值

返回 BooleanValue

属性

注解

使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。

此属性指定是否在 时间线向后转到上一个节点。

此属性的可能值由 XML 架构 boolean 数据类型定义。

适用于