public interface ITrendlineCollection extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITrendline>
Represents a collection of TrendlineEx
Modifier and Type | Method and Description |
---|---|
ITrendline |
add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
|
ITrendline |
get_Item(int index)
Gets the element at the specified index.
|
int |
getCount()
Gets the number of elements actually contained in the collection.
|
void |
remove(ITrendline value)
Removes the specified value.
|
ITrendline get_Item(int index)
Gets the element at the specified index.
Read-only ITrendline
.
int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
ITrendline add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
void remove(ITrendline value)
Removes the specified value.