Share via


DocumentProtection.SpinCount Property

spinCount, this property is only available in Office2010.Represents the attribte in schema: w:spinCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "spinCount")> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property SpinCount As Int32Value
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As Int32Value

value = instance.SpinCount

instance.SpinCount = value
[SchemaAttrAttribute(, "spinCount")]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public Int32Value SpinCount { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace