Add
Add(TrendlineType)
添加一个具有指定类型的此集合的对象。
public int Add(TrendlineType type)
范围 | 类型 | 描述 |
---|---|---|
type | TrendlineType | 趋势线类型。 |
返回值
Trendline
对象索引。
也可以看看
- enum TrendlineType
- class TrendlineCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells
Add(TrendlineType, string)
添加一个具有指定类型和名称的此集合的对象。
public int Add(TrendlineType type, string name)
范围 | 类型 | 描述 |
---|---|---|
type | TrendlineType | 趋势线类型。 |
name | String | 趋势线名称。 |
返回值
Trendline
对象索引。
也可以看看
- enum TrendlineType
- class TrendlineCollection
- 命名空间 Aspose.Cells.Charts
- 部件 Aspose.Cells