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