![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.CFValueObjectCollection
public class CFValueObjectCollection
Describes a collection of CFValueObject.
Method Summary | |
---|---|
int |
add(CFValueObject cfvo)
Adds a CFValueObject to the collection. |
void |
clear()
Removes all of the CFValueObject objects from this collection. |
CFValueObject |
get(int index)
Gets the CFValueObject element at the specified index. |
boolean |
remove(CFValueObject cfvo)
Removes a CFValueObject object from this collection. |
boolean |
remove(int index)
Removes the CFValueObject object at the specified position in this collection. |
int |
size()
Gets the number of CFValueObject objects in this collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CFValueObject get(int index)
index
- the zero based CFValueObject object index.
public int add(CFValueObject cfvo)
cfvo
-
public int size()
public void clear()
public boolean remove(int index)
index
- the zero based index of the CFValueObject object.
public boolean remove(CFValueObject cfvo)
cfvo
- the CFValueObject object to be removed
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |