Trendlines.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Office.Core.IMsoTrendline Add (Microsoft.Office.Core.XlTrendlineType Type = Microsoft.Office.Core.XlTrendlineType.xlLinear, object Order, object Period, object Forward, object Backward, object Intercept, object DisplayEquation, object DisplayRSquared, object Name);
abstract member Add : Microsoft.Office.Core.XlTrendlineType * obj * obj * obj * obj * obj * obj * obj * obj -> Microsoft.Office.Core.IMsoTrendline
Public Function Add (Optional Type As XlTrendlineType = Microsoft.Office.Core.XlTrendlineType.xlLinear, Optional Order As Object, Optional Period As Object, Optional Forward As Object, Optional Backward As Object, Optional Intercept As Object, Optional DisplayEquation As Object, Optional DisplayRSquared As Object, Optional Name As Object) As IMsoTrendline
Parameters
- Type
- XlTrendlineType
- Order
- Object
- Period
- Object
- Forward
- Object
- Backward
- Object
- Intercept
- Object
- DisplayEquation
- Object
- DisplayRSquared
- Object
- Name
- Object