Share via


MovingPeriodState.MovingPeriod property

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

Syntax

'Declaration
<SchemaAttrAttribute(, "movingPeriod")> _
Public Property MovingPeriod As EnumValue(Of MovingPeriodStep)
    Get
    Set
'Usage
Dim instance As MovingPeriodState
Dim value As EnumValue(Of MovingPeriodStep)

value = instance.MovingPeriod

instance.MovingPeriod = value
[SchemaAttrAttribute(, "movingPeriod")]
public EnumValue<MovingPeriodStep> MovingPeriod { get; set; }

Property value

Type: DocumentFormat.OpenXml.EnumValue<MovingPeriodStep>

See also

Reference

MovingPeriodState class

MovingPeriodState members

DocumentFormat.OpenXml.Office15.Excel namespace