'Declaration
Function Add( _ ByVal type As TrendlineType _ ) As ITrendline
'Usage
Dim instance As ITrendlines Dim type As TrendlineType Dim value As ITrendline value = instance.Add(type)
ITrendline Add( TrendlineType type )
Parameters
- type
- Specifies the type of trendline.
Return Value
The new ITrendline.