Trendline.Period Property
Returns or sets the period for the moving-average trendline.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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