Constructor and Description |
---|
Rows() |
Modifier and Type | Method and Description |
---|---|
Row |
add()
Add row to collection.
|
void |
add(Row row)
Add row to cellection.
|
void |
dispose()
Dispose method
|
Row |
get_Item(int index)
Gets row.
|
int |
getCount()
The items count.
|
int |
indexOf(Row row)
Returns index of row in collection.
|
com.aspose.ms.System.Collections.IEnumerator |
iterator_Rename_Namesake()
ReservedForInternalUse
For internal usage only.
|
Iterator<Row> |
iterator()
Gets collection's enumerator
|
void |
remove(Row row)
Remove row from collection.
|
void |
removeAt(int index)
Remove row at position from collection.
|
void |
removeRange(int index,
int count)
Remove row set from collection.
|
void |
set_Item(int index,
Row value)
Sets row.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Row add()
Add row to collection.
public void add(Row row)
Add row to cellection.
row
- The new row.public int indexOf(Row row)
Returns index of row in collection.
row
- The existing row.public void remove(Row row)
Remove row from collection.
row
- The existing row.public void removeAt(int index)
Remove row at position from collection.
index
- The collection index.public void removeRange(int index, int count)
Remove row set from collection.
index
- The collection index.count
- The rows count.public com.aspose.ms.System.Collections.IEnumerator iterator_Rename_Namesake()
public void dispose()
Dispose method
public int getCount()
The items count.
public Row get_Item(int index)
Gets row.
index
- The row index.public void set_Item(int index, Row value)
Sets row.
index
- The row index.value
- Row object