ModificationVerifier.SpinValue Property
spinValue, this property is only available in Office2010.Represents the attribte in schema: spinValue
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "spinValue")> _
Public Property SpinValue As UInt32Value
Get
Set
'Применение
Dim instance As ModificationVerifier
Dim value As UInt32Value
value = instance.SpinValue
instance.SpinValue = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "spinValue")]
public UInt32Value SpinValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value