|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITrendlineCollection
Represents a collection of TrendlineEx
Method Summary | |
---|---|
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. |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
---|
iterator |
Method Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |