Share via


Trendline.Period Property

Returns or sets the period for the moving-average trendline. Can be a value from 2 through 255. Read/write Integer.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Period As Integer
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As Integer

value = instance.Period

instance.Period = value
int Period { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace