Aspose::Cells::Charts::TrendlineCollection::Add method
Contents
[
Hide
]TrendlineCollection::Add(TrendlineType) method
Adds a Trendline object to this collection with specified type.
int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type)
Parameter | Type | Description |
---|---|---|
type | TrendlineType | Trendline type. |
ReturnValue
Trendline object index.
See Also
- Class Vector
- Enum TrendlineType
- Class TrendlineCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
TrendlineCollection::Add(TrendlineType, const U16String&) method
Adds a Trendline object to this collection with specified type and name.
int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type, const U16String &name)
Parameter | Type | Description |
---|---|---|
type | TrendlineType | Trendline type. |
name | const U16String& | Trendline name. |
ReturnValue
Trendline object index.
See Also
- Class Vector
- Enum TrendlineType
- Class U16String
- Class TrendlineCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++
TrendlineCollection::Add(TrendlineType, const char16_t*) method
Adds a Trendline object to this collection with specified type and name.
int32_t Aspose::Cells::Charts::TrendlineCollection::Add(TrendlineType type, const char16_t *name)
Parameter | Type | Description |
---|---|---|
type | TrendlineType | Trendline type. |
name | const char16_t* | Trendline name. |
ReturnValue
Trendline object index.
See Also
- Class Vector
- Enum TrendlineType
- Class TrendlineCollection
- Namespace Aspose::Cells::Charts
- Library Aspose.Cells for C++