Freigeben über


ForEach.Step Property

Step.Represents the attribte in schema: step

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "step")> _
Public Property Step As ListValue(Of Int32Value)
    Get
    Set
'Usage
Dim instance As ForEach
Dim value As ListValue(Of Int32Value)

value = instance.Step

instance.Step = value
[SchemaAttrAttribute(, "step")]
public ListValue<Int32Value> Step { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<Int32Value>
Returns ListValue<T>.

Remarks

Specifies the step to use in a data set. A step with a value of 2 will return every other item in the set.

The possible values for this attribute are defined by the ST_Ints simple type.

See Also

Reference

ForEach Class

ForEach Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace