CalculationProperties.IterateCount Property

Iteration Count.Represents the attribte in schema: iterateCount

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "iterateCount")> _
Public Property IterateCount As UInt32Value
    Get
    Set
'Usage
Dim instance As CalculationProperties
Dim value As UInt32Value

value = instance.IterateCount

instance.IterateCount = value
[SchemaAttrAttribute(, "iterateCount")]
public UInt32Value IterateCount { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

CalculationProperties Class

CalculationProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace