Share via


WorkbookProtection.RevisionsSpinCount Property

Iterations to Run Hashing Algorithm.Represents the attribte in schema: revisionsSpinCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "revisionsSpinCount")> _
Public Property RevisionsSpinCount As UInt32Value
    Get
    Set
'Usage
Dim instance As WorkbookProtection
Dim value As UInt32Value

value = instance.RevisionsSpinCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

WorkbookProtection Class

WorkbookProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace