FileSharing.SpinCount Property

Spin count for password hash.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 FileSharing
Dim value As UInt32Value

value = instance.SpinCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value

See Also

Reference

FileSharing Class

FileSharing Members

DocumentFormat.OpenXml.Spreadsheet Namespace