add method
add
Adds a Trendline
object to this collection with specified type.
Returns
Trendline
object index.
def add(self, type):
...
Parameter | Type | Description |
---|---|---|
type | TrendlineType | Trendline type. |
add
Adds a Trendline
object to this collection with specified type and name.
Returns
Trendline
object index.
def add(self, type, name):
...
Parameter | Type | Description |
---|---|---|
type | TrendlineType | Trendline type. |
name | str | Trendline name. |
See Also
- module
aspose.cells.charts
- class
Trendline
- class
TrendlineCollection