次の方法で共有


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 定義されます。

適用対象