|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.collections.CellRanges
public class CellRanges
Represents collection of a cells with data.
Constructor Summary | |
---|---|
CellRanges()
|
Method Summary | |
---|---|
int |
add(CellRange cellRange)
Add new cell to the collection. |
int |
add(java.lang.Object value)
Creates |
CellRange |
get(int index)
Gets a cell by index. |
int |
getCount()
Gets an enumerator for the entire collection. |
com.spire.ms.System.Collections.IEnumerator |
iterator()
|
void |
removeAt(int index)
Removes a cell from the collection by index. |
Constructor Detail |
---|
public CellRanges()
Method Detail |
---|
public CellRange get(int index)
index
-
public int add(CellRange cellRange)
cellRange
-
public int add(java.lang.Object value)
value
-
java.lang.Exception
public void removeAt(int index)
index
- public int getCount()
public com.spire.ms.System.Collections.IEnumerator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |