add method

add

Adds the new Trendline at the end of a collection and return it.

Returns

New Trendline ITrendline

def add(self, trendline_type):
    ...
ParameterTypeDescription
trendline_typeTrendlineTypeTrendline type TrendlineType

See Also