Share via


MovingPeriodState.MovingMultiple property

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "movingMultiple")> _
Public Property MovingMultiple As UInt32Value
    Get
    Set
'Usage
Dim instance As MovingPeriodState
Dim value As UInt32Value

value = instance.MovingMultiple

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

Property value

Type: DocumentFormat.OpenXml.UInt32Value

See also

Reference

MovingPeriodState class

MovingPeriodState members

DocumentFormat.OpenXml.Office15.Excel namespace