Modifier and Type | Method and Description |
---|---|
SplitPart |
get_Item(int index)
Retrieves a task's split part at the given index.
|
int |
getCount()
Gets the number of parts in the collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Provides a simple "foreach" style iteration over the collection of SplitParts.
|
SplitPart[] |
toArray()
Copies all parts from the collection to a new array.
|
public com.aspose.ms.System.Collections.IEnumerator iterator()
Provides a simple "foreach" style iteration over the collection of SplitParts.
public SplitPart[] toArray()
Copies all parts from the collection to a new array.
Aspose.Tasks.SplitPart
objects.public SplitPart get_Item(int index)
Retrieves a task's split part at the given index.
index
- The part index.
Aspose.Tasks.SplitPart
object.public int getCount()
Gets the number of parts in the collection.
Read only int
.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.