ProtectedRange.SpinCount Property
Iterations to Run Hashing Algorithm.Represents the attribte in schema: spinCount
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "spinCount")> _
Public Property SpinCount As UInt32Value
Get
Set
'Usage
Dim instance As ProtectedRange
Dim value As UInt32Value
value = instance.SpinCount
instance.SpinCount = value
[SchemaAttrAttribute(, "spinCount")]
public UInt32Value SpinCount { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value