CalculationProperties.Iterate Property

Definition

Calculation Iteration

Represents the following attribute in the schema: iterate

[DocumentFormat.OpenXml.SchemaAttr(0, "iterate")]
public DocumentFormat.OpenXml.BooleanValue Iterate { get; set; }
public DocumentFormat.OpenXml.BooleanValue Iterate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "iterate")]
public DocumentFormat.OpenXml.BooleanValue? Iterate { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("iterate")]
public DocumentFormat.OpenXml.BooleanValue? Iterate { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Iterate { get; set; }
member this.Iterate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "iterate")>]
member this.Iterate : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("iterate")>]
member this.Iterate : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Iterate As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to