ForEach.Step 属性

定义

步骤

表示架构中的以下属性: 步骤

[DocumentFormat.OpenXml.SchemaAttr(0, "step")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value> Step { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value> Step { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "step")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value>? Step { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("step")]
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value>? Step { get; set; }
public DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value>? Step { get; set; }
member this.Step : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "step")>]
member this.Step : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("step")>]
member this.Step : DocumentFormat.OpenXml.ListValue<DocumentFormat.OpenXml.Int32Value> with get, set
Public Property Step As ListValue(Of Int32Value)

属性值

返回 ListValue<T>

属性

注解

指定要在数据集中使用的步骤。 值为 的步骤 2 将返回集中的所有其他项。

此属性的可能值由 ST_Ints 简单类型定义。

适用于