'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 )
function Add( type: TrendlineType ): ITrendline;
function Add( type : TrendlineType ) : ITrendline;
ITrendline* Add( TrendlineType type )
ITrendline^ Add( TrendlineType type )
Parameters
- type
- Specifies the type of trendline.
Return Value
The new ITrendline.