cellranges-ag凯发旗舰厅
com.spire.presentation.collections
class cellranges
java.lang.object
com.spire.presentation.collections.cellranges
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
public class cellranges
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
represents collection of a cells with data.
method summary |
int |
add(cellrange cellrange)
add new cell to the collection. |
int |
add(java.lang.object value)
creates from specified value and adds it to the collection. |
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. |
cellranges
public cellranges()
get
public cellrange get(int index)
- gets a cell by index.
- parameters:
index
-
- returns:
add
public int add(cellrange cellrange)
- add new cell to the collection.
- parameters:
cellrange
-
- returns:
add
public int add(java.lang.object value)
- creates from specified value and adds it to the collection.
- parameters:
value
-
- returns:
- throws:
java.lang.exception
removeat
public void removeat(int index)
- removes a cell from the collection by index.
- parameters:
index
-
getcount
public int getcount()
- gets an enumerator for the entire collection.
gets the count of cells in collection.
- returns:
iterator
public com.spire.ms.system.collections.ienumerator iterator()